// JavaScript Document
var aboutMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutMenu.items=[
	["What is WMI?", "http://westernmountains.org/about.php"],
	["WMI Factsheet (pdf)", "http://westernmountains.org/pdfs/FS08-3093_508.pdf"],
	["WMI Annual Report (doc)", "http://westernmountains.org/docs/2006WMIAnnualReport.doc"],
	["WMI Proposal (pdf)", "http://westernmountains.org/pdfs/WMI_proposal_2009.pdf"] //no comma following last entry!
]

var peopleMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
peopleMenu.items=[
	["Principal Investigators", "http://westernmountains.org/people.php"],
	["Cooperators/Partners", "http://westernmountains.org/partners.php"] //no comma following last entry!
]

var productsMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
productsMenu.items=[
	["Publications", "http://westernmountains.org/pubs.php"],
	["Abstracts & Presentations", "http://westernmountains.org/abpres.php"], //no comma following last entry!
	["Conferences (downloads)", "http://westernmountains.org/conf.php"] //no comma following last entry!
]

var mediaNewsMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
mediaNewsMenu.items=[
	["WMI News", "http://westernmountains.org/news.php"],
	["Media Coverage", "http://westernmountains.org/press.php"],
	["Climate Research Links", "http://westernmountains.org/links.php"]//no comma following last entry!
]



