ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HEAD> <!-- @@ DEBUG: contact_logic.jsp --><!-- go= process= no goodMsg= null errMsg= null Email= null pageContext.getAttribute( "theEAddr" )= null --> <title>Prolon - Welcome to Prolon Online</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <style type="text/css"> /*<![CDATA[*/ <!-- body { scrollbar-face-color:#fff; scrollbar-highlight-color:#525458; scrollbar-3dlight-color:#000; scrollbar-darkshadow-color:#525458; scrollbar-shadow-color:#CDD1DC; scrollbar-arrow-color:#000000; scrollbar-track-color:#CDD1DC; } --> /*]]>*/ </style> <style type="text/css"> /* <![CDATA[*/ <!-- html { scrollbar-face-color:#fff; scrollbar-highlight-color:#525458; scrollbar-3dlight-color:#000; scrollbar-darkshadow-color:#525458; scrollbar-shadow-color:#CDD1DC; scrollbar-arrow-color:#000000; scrollbar-track-color:#CDD1DC; } --> /*]]> */ </style> <script src="/js_liveclock.js" type="text/javascript"> </script> <link rel="shortcut icon" href="favicon.ico"> </head> <body> <div align="center"> <table cellpadding="0" cellspacing="0" width="765" height="100%"> <tr> <td width="1" height="100%" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="100%" /></td> <td width="765" height="100%" bgcolor="#FFFFFF" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="100%" height="182" valign="top"> <table cellpadding="0" cellspacing="0"> <tr> <td width="522" height="182" valign="top"> <table cellpadding="0" cellspacing="0"> <tr> <td width="100%" height="95"><img src="images/logo01.jpg" width="522" height="95"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#000000"></td> </tr> <tr> <td width="100%" height="4" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="68" background="images/nav_bg.jpg"> <!-- /////Navigation Panel --> <table cellpadding="0" cellspacing="0" height="100%"> <tr> <td height="54" rowspan="2"><a href="index.jsp"><img src="images/nav_active_home.gif" border="0" /></a></td> <td height="54"></td> <td width="3" height="54"></td> <td height="54"></td> <td width="3" height="54"></td> <td height="54"></td> <td width="3" height="54"></td> <td height="54"></td> <td width="3" height="54"></td> <td height="54"></td> </tr> <tr> <td height="14" valign="bottom"><a href="aboutus.jsp"><img src="images/nav_button_aboutus.gif" border="0" /></a></td> <td width="3" height="100%" bgcolor="#FFFFFF"></td> <td height="14" valign="bottom"><a href="products.jsp"><img src="images/nav_button_products.gif" border="0" /></a></td> <td width="3" height="100%" bgcolor="#FFFFFF"></td> <td height="14" valign="bottom"><a href="reps.jsp?T=Sales"><img src="images/nav_button_sales.gif" border="0" /></a></td> <td width="3" height="100%" bgcolor="#FFFFFF"></td> <td height="14" valign="bottom"><a href="support.jsp"><img src="images/nav_button_help.gif" border="0" /></a></td> <td width="3" height="100%" bgcolor="#FFFFFF"></td> <td height="14" valign="bottom"><a href="contact.jsp"><img src="images/nav_button_contact.gif" border="0" /></a></td> </tr> </table> <!-- Navigation Panel///// --> </td> </tr> <tr> <td width="100%" height="4" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#000000"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="9" bgcolor="#D4CED5"></td> </tr> <tr> <td width="100%" height="6" bgcolor="#FFFFFF"></td> </tr> </table> </td> <td width="6"><img src="images/spacer.gif" width="6" /></td> <td width="237" height="190"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="100%" height="184" bgcolor="#EEEEEE" align="center"><script language="JavaScript1.2" type="text/javascript"> var slideshow_width = '237px'; //SET IMAGE WIDTH var slideshow_height = '184px'; //SET IMAGE HEIGHT var pause = 5000; //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages = new Array(); //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0] = "images/slide_001.jpg"; fadeimages[1] = "images/slide_002.jpg"; fadeimages[2] = "images/slide_003.jpg"; fadeimages[3] = "images/slide_004.jpg"; fadeimages[4] = "images/slide_005.jpg"; fadeimages[5] = "images/slide_006.jpg"; fadeimages[6] = "images/slide_007.jpg"; var imageCount = 6; ////NO need to edit beyond here///////////// var preloadedimages = new Array(); for( p = 0; p < fadeimages.length; p++ ) { preloadedimages[ p ] = new Image(); preloadedimages[ p ].src = fadeimages[ p ]; } var ie4 = document.all; var dom = document.getElementById; if( ie4 || dom ) { document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10;visibility: hidden"></div></div>'); } else { document.write('<img name="defaultslide" src="' + fadeimages[0] + '">'); } var curpos = 10; var degree = 10; var curcanvas = "canvas0"; var pageURL = new String( document.location ); var pageParams = new String( document.location ); if( pageURL.indexOf( '?' ) > -1 ) { pageURL = pageURL.substring( pageURL.lastIndexOf( '/' ), pageURL.indexOf( '?' ) ).toLowerCase(); pageParams = pageParams.substr( pageParams.indexOf( '?' ) + 1 ).toLowerCase(); } else { pageURL = pageURL.substr( pageURL.lastIndexOf( '/' ) ); pageParams = ''; } if( pageURL == '/aboutus.jsp' ) { var curimageindex = 1; } else if( pageURL == '/products.jsp' ) { var curimageindex = 2; } else if( pageURL == '/reps.jsp' && pageParams == 't=sales' ) { var curimageindex = 3; } else if( pageURL == '/contact.jsp' ) { var curimageindex = 5; } else if( pageURL == '/support.jsp' ) { var curimageindex = 6; } else { var curimageindex = 0; } if( curimageindex < imageCount ) { nextimageindex = curimageindex + 1; } else { nextimageindex = 0; } function fadepic() { if( curpos < 100 ) { curpos += 10; if( tempobj.filters ) { tempobj.filters.alpha.opacity = curpos; } else if( tempobj.style.MozOpacity ) { tempobj.style.MozOpacity = curpos / 101; } } else { clearInterval( dropslide ); nextcanvas = ( curcanvas == "canvas0" ) ? "canvas0" : "canvas1"; tempobj = ie4 ? eval( "document.all." + nextcanvas ) : document.getElementById( nextcanvas ); tempobj.innerHTML = '<img src="' + fadeimages[ nextimageindex ] + '">'; nextimageindex = ( nextimageindex < fadeimages.length - 1 ) ? nextimageindex + 1 : 0; var tempobj2 = ie4 ? eval( "document.all." + nextcanvas ) : document.getElementById( nextcanvas ); tempobj2.style.visibility = "hidden"; setTimeout( "rotateimage()", pause ); } } function rotateimage() { if( ie4 || dom ) { resetit( curcanvas ); var crossobj = tempobj = ie4 ? eval( "document.all." + curcanvas ) : document.getElementById( curcanvas ); crossobj.style.zIndex++; tempobj.style.visibility = "visible"; var temp = 'setInterval( "fadepic()", 50 )'; dropslide = eval( temp ); curcanvas = ( curcanvas == "canvas0" ) ? "canvas1" : "canvas0"; } else { document.images.defaultslide.src = fadeimages[ curimageindex ]; } curimageindex = ( curimageindex < fadeimages.length - 1 ) ? curimageindex + 1 : 0; } function resetit( what ) { curpos = 10; var crossobj = ie4 ? eval( "document.all." + what ) : document.getElementById( what ); if( crossobj.filters ) { crossobj.filters.alpha.opacity = curpos; } else if( crossobj.style.MozOpacity ) { crossobj.style.MozOpacity = curpos / 101; } } function startit() { var crossobj = ie4 ? eval( "document.all." + curcanvas ) : document.getElementById( curcanvas ); crossobj.innerHTML = '<img src="' + fadeimages[ curimageindex ]+'">'; rotateimage(); } if( ie4 || dom ) { window.onload=startit; } else { setInterval( "rotateimage()", pause ); } </script></td> </tr> <tr> <td width="100%" height="6" bgcolor="#FFFFFF"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="100%" height="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="522" height="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="100%" height="4" bgcolor="#8D0000"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="25" bgcolor="#F1F0F0"> <!-- ///Page Title --> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="250"><p class="main_title">Welcome to Prolon Online </p></td> <td width="347" align="right"> <table cellpadding="0" cellspacing="0" width="347"> <tr> <td width="237" align="right"></td> <td width="108" align="left"> <form style="margin-top:2px; margin-right:2px; margin-bottom:2px" name="quick_select" method="POST"> <select name="xfer" size="1" onChange= "location = '' + this.options [this.selectedIndex ].value;"> <option>-- Browse Products By Family --</option> <option value="products.jsp?key=3&fam=402"> Ashtrays </option> <option value="products.jsp?key=3&fam=403"> Cadence </option> <option value="products.jsp?key=3&fam=404"> Carrera </option> <option value="products.jsp?key=3&fam=405"> Classic </option> <option value="products.jsp?key=3&fam=509"> Deli Bowl </option> <option value="products.jsp?key=3&fam=406"> Deli Platters &amp; Bowls </option> <option value="products.jsp?key=3&fam=407"> Deli Ware </option> <option value="products.jsp?key=3&fam=408"> Easy Grip Tray </option> <option value="products.jsp?key=3&fam=409"> Fastfood Trays </option> <option value="products.jsp?key=3&fam=500"> Hi-temp </option> <option value="products.jsp?key=3&fam=412"> Hi-Temp Deli </option> <option value="products.jsp?key=3&fam=508"> Hi-Temperature </option> <option value="products.jsp?key=3&fam=410"> High Tech Storage Boxes </option> <option value="products.jsp?key=3&fam=411"> High Tech Storage Containers </option> <option value="products.jsp?key=3&fam=501"> High-Temperature </option> <option value="products.jsp?key=3&fam=413"> Ladle </option> <option value="products.jsp?key=3&fam=414"> Liquid Dispensers </option> <option value="products.jsp?key=3&fam=415"> Mighty Mugs </option> <option value="products.jsp?key=3&fam=416"> Mottledware </option> <option value="products.jsp?key=3&fam=417"> Omni-Decorated </option> <option value="products.jsp?key=3&fam=418"> Omni-Undecorated </option> <option value="products.jsp?key=3&fam=419"> Pasta Bowls </option> <option value="products.jsp?key=3&fam=420"> Prolonware </option> <option value="products.jsp?key=3&fam=421"> Prolowave </option> <option value="products.jsp?key=3&fam=422"> Prolowave Deliware </option> <option value="products.jsp?key=3&fam=423"> Ramekins </option> <option value="products.jsp?key=3&fam=424"> Rarebit </option> <option value="products.jsp?key=3&fam=425"> Salad Bar Crocks </option> <option value="products.jsp?key=3&fam=426"> Salsa Dishes </option> <option value="products.jsp?key=3&fam=427"> School Trays </option> <option value="products.jsp?key=3&fam=428"> Server </option> <option value="products.jsp?key=3&fam=429"> Service Trays </option> <option value="products.jsp?key=3&fam=430"> Serving Pitcher </option> <option value="products.jsp?key=3&fam=431"> Side Dishes </option> <option value="products.jsp?key=3&fam=432"> Soup Bowls+Mugs+Cups </option> <option value="products.jsp?key=3&fam=433"> Specialty Boxes </option> <option value="products.jsp?key=3&fam=434"> Specialty Storage </option> <option value="products.jsp?key=3&fam=435"> Storage Container </option> <option value="products.jsp?key=3&fam=436"> Sugar Caddies </option> <option value="products.jsp?key=3&fam=437"> Tortilla Servers </option> <option value="products.jsp?key=3&fam=438"> Tote Boxes </option> <option value="products.jsp?key=3&fam=439"> Tumblers </option> <option value="products.jsp?key=3&fam=440"> Versaware </option> </select> </form> </td> </tr> </table> </td> </tr> </table> <!-- Page Title/// --> </td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="521" height="100%" valign="top"> <!-- /////Main Content Panel --> <table cellpadding="0" cellspacing="0"> <tr> <td width="521" valign="top"> <!-- p class="big" style="margin:7px">Slogan!</p --> <table cellpadding="0" cellspacing="0"> <tr> <td width="100%"> <p style="margin-left:8px; margin-bottom:0px; margin-top:4px"> <span class="mark">Prolon</span> has been manufacturing high quality melamine dinnerware, accessories and plastic storage containers for the foodservice industry for over 45 years. <span class="mark">Prolon</span> manufactures all of its thermoset and injection molded products in a state-of-the- art facility in Port Gibson, Mississippi. We have led the industry in introducing new uses for melamine and plastic dinnerware in the foodservice industry. <span class="mark">Prolon</span> continues this tradition with the introduction of <b><i>Carerra</i></b> hi-heat dinnerware, made of a special plastic that is formulated for microwave cooking, as well as conventional oven baking <b><i>up to 400 degrees</i></b>. </p> <div align="center" style="margin-top:5px"> <img src="images/index_prods.jpg" /> <table cellpadding="0" cellspacing="0"> <tr> <td colspan="5" height="5"></td> </tr> <tr> <td colspan="5"><p> <span class="mark">Prolon</span> is also offering several new products, colors, and patterns, all designed for durability and versatility. In addition we offer a variety of injection-molded products that include trays, tumblers, tote boxes, and storage containers. We offer unique sizes and colors, plus outstanding value to meet the need of any foodservice operation, no matter how large or small.<br/><br/> All of the exciting product choices <span class="mark">Prolon</span> offers provide unique solutions and exceptional value for food service operators. Our experienced sales force will help match you with the right value to meet your budget.<br/><br/> <span class="mark">Prolon</span> sets the standard for quality, value and customer service. We are proud that all of our products are exclusively made in the USA.<br/> </p></td> </tr><tr> <td colspan="5" height="10"></td></tr> <tr> <td colspan="5"><p class="big" style="text-align:center">Unique Solutions, Exceptional Value!</p><p>&nbsp;</p></td></tr> <tr><td align="center"> <img src="images/usdwarelogo_002.jpg" width="150" height="125" /></td></tr> <tr> <td colspan="5" height="10"></td> </tr></table> </div> </td> </tr> </table> </td> </tr> </table> <!-- Main Content Panel///// --> </td> <td width="1" height="100%" bgcolor="#CDD1DC"></td> </tr> <tr> <td width="521" height="1" bgcolor="#CDD1DC"></td> <td width="1" height="1" bgcolor="#CDD1DC"></td> </tr> </table> </td> </tr> </table> </td> <td width="6" height="100%" valign="top"></td> <td width="237" height="100%" valign="top"> <!-- /////Right Content Panel --> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="100%" height="4" bgcolor="#8D0000"></td></tr> <tr><td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="25" bgcolor="#F1F0F0"><p class="sub_title">Latest Announcements</p></td></tr> <tr><td> <div id="clock"><script type="text/javascript"> //<![CDATA[ showdate(); //]]> </script></div> <br /><br /> </td></tr> <tr><td width="100%" height="1" bgcolor="#FFFFFF"></td></tr> <tr><td width="100%" height="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="1" height="100%" bgcolor="#CDD1DC"></td> <td width="236" height="100%" valign="top"> <!-- /////Right Content Panel - Navigate This Section --> <table width="100%" height="100%"> <tr> <td width="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%"><tr> <td width="100%"> <p class="listing"> There are currently no announcements available.</p> </td> </tr> <tr> <td width="100%" height="10"></td></tr> </table></td></tr></table> <!-- Right Content Panel - Navigate This Section///// --> </td> </tr> </table> </td> </tr> <tr> <td width="100%" height="4" bgcolor="#8D0000"></td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="25" bgcolor="#F1F0F0"> <p class="sub_title"> Featured Product </p> </td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="100%" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="1" height="100%" bgcolor="#CDD1DC"></td> <td width="236" height="100%" valign="top"> <!-- /////Right Content Panel - Featured/Accessories Panel --> <table width="100%" height="100%"> <tr> <td width="100%" valign="top"> <!-- Load random featured product --> <!-- Check for hard linked resource --> <!-- Check for search linked resource --> <table cellpadding="0" cellspacing="0"><tr><td colspan="2"> <p class="sub_content">Sorry, there is no Featured Product available.</p> </td></tr> </table> </td> </tr> </table> <!-- Right Content Panel - Featured/Accessories Panel///// --> </td> </tr> <tr> <td width="1" height="1" bgcolor="#CDD1DC"></td> <td width="236" height="1" bgcolor="#CDD1DC"></td></tr> </table></td></tr></table> <!-- Right Content Panel///// --> </td> </tr> </table> </td> </tr> <tr> <td width="100%" height="6" bgcolor="#FFFFFF"></td> </tr> <tr> <td width="100%" height="23" valign="top" background="images/footer_bg.jpg"> <table> <tr> <td width="524"><p class="footer">©2012 Prolon Inc. All Rights Reserved.</p></td> <td width="235"><p class="signature">Site Innovation by<a class="footer" href="http://www.darksyddesigns.com/" target="_blank">Darksyd Designs</a></p></td> </tr> </table> </td> </tr></table> </td> <td width="1" height="100%" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="100%" /></td> </tr> </table> </div> </body> </html>