document.write('<!-- Just add new links with the class "item" for more menu items -->')
document.write('<div id="menu">')
document.write('<a class="item" href="index.html">Home</a>')
document.write('<a class="item" href="glowTech.html">Glow Technology</a>')
document.write('<a class="item" href="catalog.html">Dragon Store</a>')
document.write('<a class="item" href="about.html">About Us</a>')
document.write('<a class="item" href="visit.html">Visit Us</a>')

document.write('</div><!--End "Menu" or left column in other words-->')

