var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["HOME", "index.html"],
	["REPOSITORY", "http://www.witnesswarehouse.com"]
	 //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["DEPOSITIONS", "depositions.php"],
	["REAL-TIME", "realtime.php"],
	["EXHIBITS", "exhibits.php"],
	["TRANSCRIPTS", "transcripts.php"],
	["AUDIO/VIDEO", "audiovideo.php"],
	["CONFERENCE ROOMS", "conferencerooms.php"],
	["VIDEO CONFERENCING", "videoconferencing.php"],
	["RESOURCES", "resources.php"]
	
	
	 //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Schedule a Deposition", "scheduling.php"],
	["Schedule a Video Conference", "vcscheduling.php"]
	 //no comma following last entry!
]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["REPOSITORY", "http://www.witnesswarehouse.com"],
	["VIEW DEMO", "reposdemo.php"],
	["DOWNLOAD MANUAL", "reposmanual.php"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu5.items=[
	["HISTORY", "aboutus.php"],
	["LOCATIONS", "locations.php"]//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu6.items=[
	["SCHEDULING", "mailto:scheduling@acrdepos.com"],
	["BILLING", "mailto:billing@acrdepos.com"],
	["PRODUCTION", "mailto:production@acrdepos.com"],
	["VIDEO", "mailto:video@acrdepos.com"],
	["MARKETING", "mailto:marketing@acrdepos.com"],
	["SALES", "mailto:sales@acrdepos.com"],
	["PAYROLL", "mailto:payroll@acrdepos.com"],
	["HUMAN RESOURCES", "mailto:hr@acrdepos.com"]//no comma following last entry!
]

