//This file writes out the menu navigation on pages it is included on
document.write("<br>");
document.write("<center>");
document.write("<h5>");
document.write("<a href='http://www.jnj4retrax.com/products.htm'>Products</a>&nbsp;&nbsp;");
document.write("<a href='http://www.jnj4retrax.com/contact.htm'>Quote/Order</a>&nbsp;&nbsp;");
document.write("<a href='http://www.jnj4retrax.com/testimonials.html'>Testimonials</a>&nbsp;&nbsp;");
document.write("<a href='http://www.jnj4retrax.com/weblinks.htm'>Weblinks</a>&nbsp;&nbsp;");
document.write("<a href='http://www.jnj4retrax.com/closeout-items.html'>Closeouts</a>&nbsp;&nbsp;");
document.write("<a href='http://www.jnj4retrax.com/index.html'>Home</a>&nbsp;&nbsp;");
document.write("</h5>");
document.write("</center>");