//defines menu items					
mymenu1 = new Menu
mymenu1.startMenu()							
//defines the names of the links
mymenu1.addMenu("instruments","<a href='/index.htm' class='style3'>INSTRUMENTS</a>")
mymenu1.showMainMenu()
				
					
			
//defines the drop down links category name - name to appear - URL
mymenu1.addSubMenu("instruments", "&nbsp;LIDAR 101&nbsp;", "/instruments/instruments_intro.htm")
mymenu1.addSubMenu("instruments", "&nbsp;TMF STRATOSPHERIC OZONE AND TEMPERATURE LIDAR&nbsp;", "/instruments/TMF_strato_DIAL.htm")
mymenu1.addSubMenu("instruments", "&nbsp;TMF TROPOSPHERIC OZONE LIDAR&nbsp;", "/instruments/TMF_tropo_DIAL.htm")
mymenu1.addSubMenu("instruments", "&nbsp;TMF WATER VAPOR LIDAR&nbsp;", "/instruments/TMF_raman.htm")
mymenu1.addSubMenu("instruments", "&nbsp;MLO STRATOSPHERIC OZONE AND TEMPERATURE LIDAR&nbsp;", "/instruments/MLO_DIAL.htm")
mymenu1.addSubMenu("instruments", "&nbsp;TMF VAISALA RS92 RADIOSONDE&nbsp;", "/instruments/TMF_RS92.htm")
mymenu1.addSubMenu("instruments", "&nbsp;TMF ECC OZONESONDE AND CFH&nbsp;", "/instruments/TMF_ECC.htm")
mymenu1.showMenu()