<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css



//var menuheight	="auto"	  // OVERALL MENU HEIGHT
//var menuwidth	="999"	  // OVERALL MENU WIDTH
//var botmline	="48"	  // HEIGHT OF VERT LINE UNDER MENU



document.write('<ul id="MenuBar1" class="MenuBarHorizontal">');

// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK

document.write('<li><a href="index.html">Home</a></li>');
document.write('<li><a href="aboutus.html">About Us</a></li>');
document.write('<li><a href="services.html">Services</a></li>');
document.write('<li><a href="benefits.html">Benefits</a></li>');
document.write('<li><a href="faq.html">FAQ</a></li>');
document.write('<li><a href="pictures.html">Pictures</a></li>');
document.write('<li><a href="warranty.html">Warranty</a></li>');
document.write('<li><a href="contactus.html">Contact Us</a></li>');
document.write('</ul>');




//  End -->
