var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#FFCC00', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["About the award", "about.html"],
	["categories", "categories.html"],
	["2009 Winners", "2009Winners.html"],
	["Training", "training.html"]//no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:70px; background:#FFCC00', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Judges", "judges.html"],
	["Criteria", "criteria.html"]
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#FFCC00', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Press Release", "press.html"],
	["News Clipping", "news.html"]
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:65px; background:#FFCC00', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Trophy", "trophy.html"],
	["Pictures", "gallery.html"],
	["Videos", "video.html"]
]