//defines menu items					
mymenu1 = new Menu
mymenu1.startMenu()							
//defines the names of the links
mymenu1.addMenu("about_us","<a href='/index.htm' class='style3'>ABOUT US</a>")
mymenu1.showMainMenu()
				
					
			
//defines the drop down links category name - name to appear - URL
mymenu1.addSubMenu("about_us", "&nbsp;PERSONNEL&nbsp;", "/about_us/personnel.htm")
mymenu1.addSubMenu("about_us", "&nbsp;PUBLICATIONS&nbsp;", "/about_us/publications.htm")
mymenu1.showMenu()