
document.write("<div class=\"chromestyle\" id=\"chromemenu\"><ul>");
document.write("<li><a href=\"index.html\">Home</a></li>");
document.write("<li><a href=\"#\" rel=\"dropmenu1\">About</a></li>");
document.write("<li><a href=\"#\" rel=\"dropmenu2\">News</a></li>");
document.write("<li><a href=\"#\" rel=\"dropmenu3\">Masters</a></li>");
document.write("<li><a href=\"#\" rel=\"dropmenu4\">Gallery</a></li>");
document.write("<li><a href=\"#\" rel=\"dropmenu5\">Locations</a></li>");
document.write("<li><a href=\"Contact.html\">Contact Us</a></li>");
document.write("</ul></div>");

document.write("<!--1st drop down menu ABOUT-->");                                                
document.write("<div id=\"dropmenu1\" class=\"dropmenudiv\" style=\"width: 150px;\">");
document.write("<a href=\"about.tzp.html\">About Tae Zee Park</a>");
document.write("<a href=\"about.directors.html\">Board of Directors</a>");
document.write("<a href=\"about.tournament.html\">Tournament Promo</a>");
document.write("<a href=\"about.seminar.html\">Seminar Information</a>");
document.write("<a href=\"about.demonstration.html\">Demonstration Team</a>");
document.write("</div>");


document.write("<!--2nd drop down menu NEWS-->");                              
document.write("<div id=\"dropmenu2\" class=\"dropmenudiv\" style=\"width: 150px;\">");
<!--document.write("<a href=\"news.all.html#testnews\">Test News</a>");-->
document.write("<a href=\"news.all.html#institutenews\">Institute News</a>");
document.write("<a href=\"news.all.html#tournamentnews\">Tournament News</a>");
document.write("<a href=\"news.all.html#seminarnews\">Seminar News</a>");
document.write("<a href=\"news.seminar.list.html\">List of Seminars</a>");
document.write("<a href=\"news.all.html#travelnews\">Travel News</a>");
document.write("<a href=\"news.travel.list.html\">List of Travel Adventures</a>");
document.write("<a href=\"news.blackbelts.html\">New Blackbelts</a>");
document.write("<a href=\"news.memorials.html\">Memorials</a>");
document.write("</div>");

document.write("<!--3rd drop down menu MASTERS-->");                       
document.write("<div id=\"dropmenu3\" class=\"dropmenudiv\" style=\"width: 150px;\">");
<!--document.write("<a href=\"rank.grand.masters.html\">Grand Masters</a>");-->
document.write("<a href=\"rank.junior.grand.masters.html\">Junior Grand Masters</a>");
document.write("<a href=\"rank.senior.masters.html\">Senior Masters</a>");
document.write("<a href=\"rank.masters.html\">Masters</a>");
document.write("</div>");

document.write("<!--4th drop down menu Gallery-->");  
document.write("<div id=\"dropmenu4\" class=\"dropmenudiv\" style=\"width: 150px;\">");
document.write("<a href=\"gallery.korea.html\">Korea</a>");
document.write("<a href=\"gallery.vietnam.html\">Vietnam</a>");
document.write("<a href=\"gallery.peru.html\">Peru</a>");
document.write("<a href=\"gallery.china.html\">China</a>");
document.write("<a href=\"gallery.spain.html\">Spain</a>");
document.write("<a href=\"gallery.seminars.html\">Seminars</a>");
document.write("<a href=\"gallery.tournaments.html\">Tournaments</a>");
document.write("<a href=\"gallery.institute.html\">Institute</a>");
document.write("</div>");

document.write("<!--5th drop down menu LOCATIONS-->");  
document.write("<div id=\"dropmenu5\" class=\"dropmenudiv\" style=\"width: 150px;\">");
document.write("<a href=\"locations.search.html\">Search Locations</a>");
document.write("<a href=\"locations.all.html\">All Locations</a>");
document.write("</div>");

cssdropdown.startchrome("chromemenu")


//document.write("<!--9999999th drop down menu NAME-->");  
//document.write("<div id=\"dropmenu999999999\" class=\"dropmenudiv\" style=\"width: 150px;\">");
//document.write("<a href=\"http://www.site.com\">Link</a>");
//document.write("</div>");

