<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="top-menu-area">');


document.write('<tr><td align="right" nowrap>');



document.write('<a href="index.html" class="menu-top">Home</a> | ');


document.write('<a href="contact.html" class="menu-top">Contact Us</a> | ');


document.write('<a href="privacy.html" class="menu-top">Privacy Policy</a> | ');


document.write('<a href="products.html" class="menu-top">Products</a> | ');


document.write('<a href="quotes.html" class="menu-top">Quotes</a> | ');


document.write('<a href="return.html" class="menu-top">Refund & Return Policy</a> | ');


document.write('<a href="site_map.html" class="menu-top">Site Map</a> | ');





// END MENU LINKS


document.write('</td></tr></table>');



//  End -->