var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:165px; background:#FFC855', linktarget:''} 
//First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Press Releases", "press1.html"],
	["Soul Food", "sf1.html"],
	["GLBC & Brisbane", "gandb1.html"],
	["Schedule of Events", "se1.html"],
	["Legislative Weekend", "leg1.html"],
	["Photo Gallery", "pg1.html"],
	["Useful Links", "links1.html"]
	
	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} 
//Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Press Releases", "press1.htm"],
	["Soul Food", "sf1.html"],
	["GLBC & Brisbane", "gandb1.html"],
	["Schedule of Events", "se1.html"],
	["Legislative Weekend", "leg1.html"],
	["Photo Gallery", "pg1.html"],
	["Useful Links", "links1.html"]
	 //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#FDD271', linktarget:''} 
//Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} 
//menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Workshop Topics", "wst1.html"],
	["Workshop Registration", "ws-reg1.html"],
	["Hotel Accomodations", "ha1.html"],
	["Frequently Asked Questions", "faq1.html"],
	["Online Payments", "pmts1.html"]
	//no comma following last entry!
]

