function writeNAV()
{
document.write("<div id='masterdiv'>");

document.write("<div class='menutitle'><a href='index.html'>[Home]</a></div>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub1')>[Java Stuff]</div>");
document.write("<span class='submenu' id='sub1'>");
document.write("- <a href='new.htm'>What's New</a><br>");
document.write("- <a href='hot.htm'>What's hot</a><br>");
document.write("- <a href='revised.htm'>Revised Scripts</a><br>");
document.write("- <a href='morezone/'>More Zone</a>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub2')>[Photos]</div>");
document.write("<span class='submenu' id='sub2'>");
document.write("- <a href='light_gallery.html'>Lighting</a><br>");
document.write("- <a href='faqs.htm'>Scenery</a><br>");
document.write("- <a href='help.htm'>Friends</a>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub3')>[Role Playing]</div>");
document.write("<span class='submenu' id='sub3'>");
document.write("- <a href='http://www.harnforum.com/'>Harn Fourm</a><br>");
document.write("- <a href='http://www.codingforums.com'>Testing yada yada</a><br>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub4')>Cool Links</div>");
document.write("<span class='submenu' id='sub4'>");
document.write("- <a href='http://www.javascriptkit.com'>JavaScript Kit</a><br>");
document.write("- <a href='http://www.freewarejava.com'>Freewarejava</a><br>");
document.write("- <a href='http://www.cooltext.com'>Cool Text</a><br>");
document.write("- <a href='http://www.google.com'>Google.com</a>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub5')>Cool Links</div>");
document.write("<span class='submenu' id='sub5'>");
document.write("- <a href='http://www.javascriptkit.com'>JavaScript Kit</a><br>");
document.write("- <a href='http://www.freewarejava.com'>Freewarejava</a><br>");
document.write("- <a href='http://www.cooltext.com'>Cool Text</a><br>");
document.write("- <a href='http://www.google.com'>Google.com</a>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub6')>Cool Links</div>");
document.write("<span class='submenu' id='sub6'>");
document.write("- <a href='http://www.javascriptkit.com'>JavaScript Kit</a><br>");
document.write("- <a href='http://www.freewarejava.com'>Freewarejava</a><br>");
document.write("- <a href='http://www.cooltext.com'>Cool Text</a><br>");
document.write("- <a href='http://www.google.com'>Google.com</a>");
document.write("</span>");

document.write("<div class='menutitle' onclick=SwitchMenu('sub7')>Cool Links</div>");
document.write("<span class='submenu' id='sub7'>");
document.write("- <a href='http://www.javascriptkit.com'>JavaScript Kit</a><br>");
document.write("- <a href='http://www.freewarejava.com'>Freewarejava</a><br>");
document.write("- <a href='http://www.cooltext.com'>Cool Text</a><br>");
document.write("- <a href='http://www.google.com'>Google.com</a>");
document.write("</span>");

document.write("<img src='http://www.java-geek.com/Img/Button/Tester.gif' onclick=SwitchMenu('sub8')><br>");
document.write("<span class='submenu' id='sub8'>");
document.write("- <a href='http://www.dynamicdrive.com/link.htm'>Link to DD</a><br>");
document.write("- <a href='http://www.dynamicdrive.com/recommendit/'>Recommend Us</a><br>");
document.write("- <a href='http://www.dynamicdrive.com/contact.htm'>Email Us</a><br>");
document.write("</span>");

document.write("</div>");

}
