
// -- Horizontal navigation using CCS ----------------------------
// The BUTTONS are edited in Photoshop;  When editing and wanting to change the text you've just entered, use "Esc" to clear, then Edit, Cut

// Used at each non-Miva bottom navigation bar of Main content
document.write('<div id="wrapper">');
document.write('<div id="nav3">');
document.write('<ul>');

document.write('<li><a href="http://www.netropolus.com/NetropolusShippingCosts.html" target="_blank">Shipping</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusReturns.html" target="_blank">Returns</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusAboutUs.html" target="_blank">About Us</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusPrivacy.html" target="_blank">Privacy Policy</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusDisclaimer.html" target="_blank">Disclaimer</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusLinks.html" target="_blank">Links</a></li>&nbsp;');
document.write('<li><a href="http://www.netropolus.com/NetropolusLinkToUs.html" target="_blank">Link to Us</a></li>&nbsp;');

document.write('</ul></div>');











