<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css


document.write('<table width="140" border="0" cellpadding="0" cellspacing="0" bordercolor="#701372">');
document.write('<ul class="MenuBarVertical">');
document.write('<a href=""></a>');
document.write('<a href="index.html">Home</a>');
document.write('<a href="about.htm">About</a>');
document.write('<a href="products.htm">Products</a>');        
document.write('<a href="news.htm">News</a>');
document.write('<a href="contact.htm">Contact Us</a>');
document.write('<a href="terms.htm">Terms & conditions</a>');
document.write('<a href="links.htm">Links</a>');
document.write('<a href="sitemap.htm">Site Map</a>');
document.write('<a href=""></a>');
document.write('</ul>');
document.write('</table>');
