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="catalog.html">Catalog</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('<a class="item" href="friends.html">Our Friends</a>')


document.write('<div class="leftbox">')
document.write('<a href="singlebaby.html">Baby Dragons</a>')
document.write('Our most affordable line of dragons:')
document.write('<a href="singlebaby.html"><img src="images/dragon0.jpg" width=175 height=131 alt="Dragon 1" border="0" vspace="5"></a>')
document.write('</div>')

document.write('<div class="leftbox">')
document.write('<a href="multibaby.html">Multiple Color Dragons</a>')
document.write('Same size as the babies but multiple colors:')
document.write('<a href="multibaby.html"><img src="images/dragon1.jpg" width=175 height=131 alt="Dragon 1" border="0" vspace="5"></a>')
document.write('</div>')

document.write('<div class="leftbox">')
document.write('<a href="glow.html">Glow in the Dark Dragons</a>')
document.write('Ten seconds of light and they will glow all night:')
document.write('<a href="glow.html"><img src="images/dragon2.jpg" width=175 height=131 alt="Dragon 2" border="0" vspace="5"></a>')
document.write('</div> ')

document.write('<div class="leftbox">')
document.write('<a href="battle.html">Battle Ready Dragons</a>')
document.write('Our more mature line of dragons:')
document.write('<a href="battle.html"><img src="images/dragon3.jpg" width=175 height=131 alt="Dragon 3" border="0" vspace="5"></a>')
document.write('</div>')

document.write('<div class="leftbox">')
document.write('<a href="armor.html">Armored Dragons</a>')
document.write('Leather armor for your dragon:')
document.write('<a href="armor.html"><img src="images/dragon4.jpg" width=175 height=131 alt="Dragon 4" border="0" vspace="5"></a>')
document.write('</div>')
document.write('</div><!--End "Menu" or left column in other words-->')