/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'sb':'CBBS Home'}],
	['About Us', 'aboutus.php', {'sb':'All about CBBS'},
		['About CBBS', 'aboutus.php#about', {'sb':'General Info'}],
		['Mission Statement', 'aboutus.php#mission', {'sb':'Our Mission '}],
		['Board', 'aboutus.php#board', {'sb':'Board of Directors'}],
		['Sponsors', 'aboutus.php#sponsors', {'sb':'Sponsors'}],
		['Contact', 'aboutus.php#contact', {'sb':'Contact'}]
	],
	
	['Current Projects', 'research.php', {'sb':'Current Projects'},
	   ['Migration Monitoring', 'research.php#migration', {'sb':'Migration Monitoring'}],
		['MAPS','research.php#maps', {'sb':'MAPS'}],
		['Northern Saw-whet Owl','research.php#sawwhet', {'sb':'Northern Saw-whet Owl'}],
        ['Stable Isotope Ecology', 'research.php#isotope', {'sb':'Stable Isotope Ecology'}]
    ],
		
	['Completed Projects', 'completed.php', {'sb':'Completed Projects'},
	   ['NSWO at IBS', 'completed.php#nswo', {'sb':'NSWO at IBS'}],
	   ['Costa Rica', 'research.php#costarica', {'sb':'Costa Rica'}],
	   ['Dunbow', 'completed.php#dunbow', {'sb':'Dunbow'}],
	   ['Cominco','completed.php#cominco', {'sb':'Cominco'}],
	   
	   ['Fatal Light Awareness', 'completed.php#flap', {'sb':'Fatal Light Awarness Project'}],
		['Dinosaur Provincial Park MAPS', 'completed.php#dinosaur', {'sb':'Dinosaur Provincial Park Pilot MAPS'}],
		['Ranger Creek MAPS', 'completed.php#rangercreek', {'sb':'Ranger Creek MAPS'}],
		['Hawk Relocation Project','completed.php#airport', {'sb':'Hawk Relocation Project'}]
		],
		
	['Significant Encounters', 'encounters.php', {'sb':'Significant Encounters'}],
		
	['Trend Analysis', 'trends.php', {'sb':'Trend Analysis'},
	  ['CMMN 10 yr. Report', 'articles.php#cmmn', {'sb':'CMMN 10 year Report'}],
	 ],
	
	['Research Opportunities', 'opportunities.php', {'sb':'Research Opportunities'}],
	
	['Publications', 'articles.php', {'sb':'Publications '},
	['Annual Technical Report', 'articles.php#atr', {'sb':'Annual Technical Report'}],
	['Published Manuscripts', 'articles.php#manuscripts', {'sb':'Published Manuscripts'}],
	['Preliminary Reports', 'articles.php#preliminary', {'sb':'Preliminary Reports'}]
	],
	
	
	['Events', 'events.php', {'sb':'Events'},
	['Baillie Birdathon', 'events.php#baillie', {'sb':'Baillie Birdathon'}],
	['Intl Migratory Bird Day', 'events.php#birdday', {'sb':'International Migratory Bird Day'}]
	],
	
	['Links', 'links.php', {'sb':'Links'}],
	['Contact', 'aboutus.php#contact', {'sb':'Contact'},
	['Join CBBS','aboutus.php#join', {'sb':'Join CBBS'}] 
	 ],
	['Members', 'members/index.php', {'sb':'Members Only'}]
];
