/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Plants', null, null,
		['Species of Concern', null, null,
			['Guide to Ranking Codes', 'http://www.biosurvey.ou.edu/download/heritage/ranking01.pdf',{'tw' : '_blank'}],
			['Plant Tracking List', 'http://www.biosurvey.ou.edu/download/publications/TRACKINGLISTGOOD.pdf',{'tw' : 'content'}],
		],
		['Rare & Vulnerable Plants', 'plants_rare_vulnerable.htm'],
            

		['Vascular Plant Database', null, null,
            ['Database', 'http://www.oklahomaplantdatabase.org',{'tw' : 'content'}],
			['About the Database', 'plants_database_about.htm'],
            ['How to use the Database','plants_database_using.htm'],
],
        ['OK Plant Literature', null, null,
            ['Search Literature','http://wwwobs.ou.edu/dbsrch/plantform.php',{'tw' : '_blank'}],
            ['About the Bibliography','plants_lit_about.htm'],
],
        ['Aquatic/Wetland Plants', 'http://www.biosurvey.ou.edu/wetland/index.html',{'tw' : '_blank'}],
        ['Woody Plants', 'http://www.biosurvey.ou.edu/shrub/cover.htm',{'tw' : '_blank'}],	
        ['National Vegetation Classification', 'http://www.biosurvey.ou.edu/nat_veg_class.html',{'tw' : '_blank'}],
    ],
	['Animals', null, null,
         ['Species of Concern', null, null,
			['Guide to Ranking Codes', 'http://www.biosurvey.ou.edu/download/heritage/ranking01.pdf',{'tw' : '_blank'}],
			['Vertebrate Tracking List', 'http://www.biosurvey.ou.edu/download/heritage/verteb0503.pdf',{'tw' : 'content'}],
            ['Invertebrate Tracking List', 'http://www.biosurvey.ou.edu/download/heritage/inverts0503.pdf',{'tw' : 'content'}],
            ['List by OK County', 'http://www.biosurvey.ou.edu/download/heritage/countypr0503.pdf',{'tw' : 'content'}],
		 ],
          
		 ['Amphibians/Reptiles', null, null,
               ['Recorded Sightings', 'http://www.biosurvey.ou.edu/dokadesc.html', {'tw' : '_blank'}],
               ['Museum Amphibian Database', 'http://www.snomnh3.ou.edu/db/amphibians/amphibians_s.lasso', {'tw' : '_blank'}],
               ['Museum Reptile Database', 'http://www.snomnh3.ou.edu/db/reptiles/reptiles_s.lasso', {'tw' : '_blank'}],
         ],
		 ['Birds', null, null,           
				['OK Wild Bird Wiki', 'http://www.biosurvey.ou.edu/OkWildBird/index.php/Main_Page',{'tw' : '_blank'}],
				['Specimen Records', 'http://www.biosurvey.ou.edu/birddesc.html',{'tw' : '_blank'}],
                ['OK Literature Search', 'http://www.biosurvey.ou.edu/blitdesc.html',{'tw' : '_blank'}],
    	],
			
		['Mammals', null, null, 
                ['Specimen Records', 'http://www.biosurvey.ou.edu/mammdesc.html',{'tw' : '_blank'}],
                ['OK Literature Search', 'http://www.biosurvey.ou.edu/mlitdesc.html',{'tw' : '_blank'}],
                ['Museum Mammal Database', 'http://www.snomnh3.ou.edu/db/mammals/mammals_Q.lasso',{'tw' : '_blank'}],        
          ],
		['Invertebrates', ''],
	],
	['Communities', null, null,
        ['Gap Analysis', 'http://www.biosurvey.ou.edu/gap-ok.html' ,{'tw' : '_blank'}],
		['Vegetation Types', null, null,
                ['Forest'],
				['Woodland'],
				['Shrubland'],
				['Grassland'],
				['Wetland']
        ],
		['Game Type Map', 'http://www.biosurvey.ou.edu/duckflt/dfhome.html',{'tw' : '_blank'}],
		['Vegetation Maps', ''],
		['Vegetation Classification', 'http://www.biosurvey.ou.edu/download/heritage/okvegclass.pdf',{'tw' : '_blank'}],
	],
	['Areas Registry', null, null,
		['About the Registry', 'registry_about.htm'],
		['Photo Gallery', 'registry_photogallery.htm'],
		['Registry Map', 'registry_map.htm'],
		['FAQ', 'registry_faq.htm' ]
	],
];

