var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["2008 Session", "session2008.php"],
	["2009 Session", "session2009.php"],
	["Report 1/28/08", "report_01_28_08.php"],
	["Report 2/11/08", "report_02_11_08.php"],
	["Report 3/3/08", "report_03_03_08.php"],
	["Report 7/7/08", "report_07_07_08.php"],
	["Report 2/8/09", "report_02_08_09.php"],
	["Report 2/23/09", "report_02_23_09.php"]

 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //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=[
	["2008 Session", "session2008.php"],
	["2009 Session", "session2009.php"],
	["2010 Session", "session2010.php"],
	["2010 Session", "session2011.php", "efc"],
	["Report 1/10-14/11", "report1for01_10-14_11.php"],
	["Report 1/17-21/11", "report2for01_17-20_11.php"],
	["Report 1/24-28/11", "report3for01_24-28_11.php"],
	["Report 1/31/11-2/6/11", "report4for01_31-02_06_11.php"],
	["Report 2/7-13/11", "report5for02_7-13_11.php"],
	["Report 2/14-20/11", "report6for02_14-20_11.php"],
	["Report 2/27/11-3/4/11", "report7for02_27-03_04_11.php"]
	
	//["Report 1/28/08", "report_01_28_08.php"],
	//["Report 2/11/08", "report_02_11_08.php"],
	//["Report 3/3/08", "report_03_03_08.php"],
	//["Report 7/7/08", "report_07_07_08.php", "efc"],
	//["Report 2/8/09", "report_02_08_09.php"],
	//["Report 2/23/09", "report_02_23_09.php"]
 //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu5.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu5.items=[
	["Successful Session", "article-successful_session.php"],					
	["Energy Commission Appointment", "article-energy.php"],
	["Expansion of Tax Benefits", "article-tax_benefits.php"],
	["School Expenditures", "article-school_exp.php"],
	["2010 Session", "session2011.php"],
	["Poindexter runs for Re-election", "Poindexter-to-run-for-re-election.php"]
	

 //no comma following last entry!
]
var anylinkmenu6={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Sixth menu variable. Make sure "anylinkmenu6" is a unique name!
anylinkmenu6.items=[
	["Photos", "gallery.php"],
	["Videos", "videos.php"]

 //no comma following last entry!
]
