var main={divclass:'anylinkmenu', inlinestyle:'width:158px; background:#727272', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
main.items=[
	["Main", "index.html"],
	["News & Updates", "updates.html"]
]	


var meetourteam={divclass:'anylinkmenu', inlinestyle:'width:158px; background:#727272', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
meetourteam.items=[
	["About R4A", "aboutr4a.html"],
	["Team Members", "team.html"],
	["'Stang & Shelby", "cars.html"]
]	



var heroes={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#727272', linktarget:'_self'} //Second menu variable. Same precaution.
heroes.items=[
	["Our Autism Heroes", "heroes.html"],
	["Heroes 2009", "heroes2009.html"],
	["Purchase a Puzzle", "heroform.html"]
]	


var multimedia={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#727272', linktarget:'_self'} //Third menu variable. Same precaution.
multimedia.items=[
	["Photos", "photos.html"],
	["Videos", "videos.html"],
	["R4A In the News", "articles.html"]
]	


var supporters={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#727272', linktarget:'_self'} //Second menu variable. Same precaution.
supporters.items=[
	["Our Sponsors", "sponsors.html"],
	["Our Supporters", "supporters.html"],
	["How You Can Help", "howtohelp.html"]
	
]