<!--- Hide script from old browsers
                

	function OpenNewWindow(WindowPicture,WindowParameters,Item,Name,Weight,Width,color)
	{
	NewWindow=window.open("","NewOne", WindowParameters);
	NewWindow.document.write ("<HTML><HEAD><TITLE>");
	NewWindow.document.write ("Enlarged picture");
	NewWindow.document.write ("</TITLE>");
	NewWindow.document.write ("<link rel='stylesheet' href='index.css' type='text/css'>");

	NewWindow.document.write ("</HEAD>");
	NewWindow.document.write ("<BODY>");
                 
	NewWindow.document.write ("<P ALIGN=CENTER>");
	NewWindow.document.write ("<FONT SIZE='1' COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("[Please click on the image to close this window]");
                  NewWindow.document.write ("</FONT>");
                  NewWindow.document.write ("<br>");
	NewWindow.document.write ("</P>");
                 NewWindow.document.write ("<table bgcolor='#e9cd94' align='center' width='650'>");
                 NewWindow.document.write ("<tr >");
                  NewWindow.document.write ("<td rowspan='5'>");
	NewWindow.document.write ("<A HREF='JavaScript:this.close()'><IMG border='2' SRC=");
                 NewWindow.document.write (WindowPicture);
	NewWindow.document.write (" style='border: 1px solid #CC6600'></A>");
                NewWindow.document.write ("<td>");

                NewWindow.document.write ("<table border='1' width='250' bordercolor='#E9CD94' cellspacing='0'>");
                 NewWindow.document.write ("<tr>");
	NewWindow.document.write ("<td valign='middle' width='35%' bordercolor='#800000'>");
	NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("Item# ");
                  NewWindow.document.write ("</FONT>");
                   NewWindow.document.write ("</td>");
                   NewWindow.document.write ("<td bordercolor='#800000'>");
                  NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write (Item);
	NewWindow.document.write ("</FONT>");
	NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                NewWindow.document.write ("<tr>");
                 NewWindow.document.write ("<td bordercolor='#800000'>");
	NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("Name");
                  NewWindow.document.write ("</FONT>");
                    NewWindow.document.write ("</td>");
                    NewWindow.document.write ("<td bordercolor='#800000'>");
                  NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'> ");
	NewWindow.document.write (Name);
	NewWindow.document.write ("</FONT>");
	NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                 NewWindow.document.write ("<tr>");
                 NewWindow.document.write ("<td bordercolor='#800000' width='104'>");
	NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("Weight (gms/mtr) ");
                   NewWindow.document.write ("</FONT>");
                  NewWindow.document.write ("</td>");  
                    NewWindow.document.write ("<td bordercolor='#800000' width='104'>"); 
                  NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write (Weight);
	NewWindow.document.write ("</FONT>");
                   NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                NewWindow.document.write ("<tr>");
                 NewWindow.document.write ("<td bordercolor='#800000' width='104'>");
	NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("Width (in)  ");
                  NewWindow.document.write ("</FONT>");
                  NewWindow.document.write ("</td>");
                 NewWindow.document.write ("<td bordercolor='#800000' width='104'>"); 
                  NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write (Width);
	NewWindow.document.write ("</FONT>");
                 NewWindow.document.write ("</td>"); 
	NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                 NewWindow.document.write ("<tr>");
                 NewWindow.document.write ("<td bordercolor='#800000'>");
	NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write ("Color");
                 NewWindow.document.write ("</FONT>");
                 NewWindow.document.write ("</td>");
                NewWindow.document.write ("<td bordercolor='#800000'>");
                  NewWindow.document.write ("<FONT SIZE='2'  COLOR='#990000' FACE='Verdana'>");
	NewWindow.document.write (color);
	NewWindow.document.write ("</FONT>");
	NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                 NewWindow.document.write ("<tr >");
                   NewWindow.document.write ("<td align='center'  colspan='2'>");
	NewWindow.document.write("<br>");
                 NewWindow.document.write("<p align='center'>");
                NewWindow.document.write  ("<A HREF=Request.asp?item=");
	NewWindow.document.write  (Item);
	NewWindow.document.write (">");
	NewWindow.document.write  ("<IMG  align='center' border='0' SRC='images/request.jpg'>");
                  NewWindow.document.write ("</p>");
                NewWindow.document.write ("</td>");
                 NewWindow.document.write ("</tr>");

                  NewWindow.document.write ("</table>");
                 NewWindow.document.write("</td>");
                 NewWindow.document.write("</tr>");
                NewWindow.document.write("</table>")                


                
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.write ('<script type="text/javascript" src="copyright1.js" ></script>');
	NewWindow.document.close();
	return false;
	}
	// end hiding from old browsers -->
