<!-- Begin --------------- 1-JS-1-TOP-INDEX------------------------------------

document.write('<DIV ALIGN="CENTER">'); 
	
document.write('<TABLE CLASS="site-2" HEIGHT="25" border="0" cellspacing="0" cellpadding="0">'); 
document.write('<TR VALIGN="MIDDLE">');	
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" TITLE="View Last Page" HREF="javascript:history.back()">Go Back</a></TD>');
document.write('<TD WIDTH="100">&nbsp;&nbsp;</TD>');
document.write('<TD WIDTH="100" BGCOLOR="#FF0000" ALIGN="CENTER"><a CLASS="white" TITLE="Home Page" HREF="index.html">Home</a></TD>');
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" TITLE="Products Catalog" HREF="htdocs/products.html">Products</a></TD>');
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" rel="nofollow" HREF="INFO/service.html">Contact</a></TD>');
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" TITLE="Help / Contact Us" HREF="INFO/service.html">Help?</a></TD>');
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" TITLE="View Shopping Cart" HREF="htdocs/managecart-PREVIEW.html">ViewCart</a></TD>');
document.write('<TD WIDTH="100" ALIGN="CENTER"><a CLASS="white" TITLE="Secure Checkout / Pay" HREF="htdocs/managecart-2-CHOOSE-SHIPPING.html">Checkout</a></TD>');
document.write('</TR></TABLE>');

document.write('<table CLASS="site" border="0" cellpadding="0" cellspacing="0">'); 
document.write('<TR VALIGN="TOP">');
document.write('<TD WIDTH="200" ALIGN="CENTER">');
document.write('<a HREF="index.html"><img src="buttons/LOGO-180.gif" ALT="SITE HOME" border="0"></a>'); 
document.write('</TD>');

document.write('<TD WIDTH="600">');

	document.write('<TABLE WIDTH="100" border="0" cellspacing="0" cellpadding="0">'); 
	document.write('<TR VALIGN="TOP">');
	document.write('<TD WIDTH="100" ALIGN="CENTER"><a HREF="INFO/shipping-info.html"><img src="buttons/shipping.gif" ALT="Next Business Day Shipping" border="0"></a></TD>');
	document.write('<TD WIDTH="100" ALIGN="CENTER"><img src="buttons/quality.gif" ALT="Quality" border="0"></TD>');
	document.write('<TD WIDTH="100" ALIGN="CENTER"><img src="buttons/telephone-ca.gif" ALT="Telephone" border="0"></TD>');
	document.write('<TD WIDTH="100" ALIGN="CENTER"><a HREF="INFO/service.html"><img src="buttons/help.gif" ALT="Help Center" border="0"></a></TD>');
	document.write('<TD WIDTH="200" ALIGN="CENTER"><a HREF="INFO/payment-options.html"><img src="buttons/paypal.gif" ALT="Secure Online Payments" border="0"></a></TD>');
	document.write('</TR></TABLE>');
	
document.write('</TD>');
document.write('</TR></TABLE>');


document.write('</DIV>');
	
// End ----------------------------------------------------------------- -->
