var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu1.items=[
	["History", "../about/history.php"],
	["Mission Statement", "../about/mission.php"],
	["Core Values", "../about/values.php"],
	["Demographics", "../about/demographics.php"],
	["PCUSA Governance", "../about/governance.php"] //no comma following last entry
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu2.items=[
	["Mission ", "../programs/mission.php"],
	["Peace &amp; Justice", "../programs/peace.php"],
	["Church Growth &amp; Evangelism", "../programs/growth.php"],
	["Leadership Development", "../programs/leadership.php"],
	["Presbytery Women", "../programs/presbytery_women.php"],
	["Presbyterian Men", "../programs/presbytery_men.php"] //no comma following last entry
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu3.items=[
	["Committee on Ministry", "../ministry/committee.php"],
	["Committee on Preparation", "../ministry/preparation.php"],
	["Opportunity Calls", "../ministry/opportunity.php"]   //no comma following last entry
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu4.items=[
	["Council", "../operations/council.php"],
	["Presbytery Manual and Standing Rules", "../operations/manual.php"],
	["Presbytery Gathering", "../operations/gathering.php"],
	["Nominating Committee ", "../operations/nominating.php"],
	["Presbytery Funding", "../operations/funding.php"],
	["Property &amp; Loan Commission", "../operations/property.php"],
	["Trustees", "../operations/trustees.php"]   //no comma following last entry
]


var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu5.items=[
	["Church Personnel Committee", "../resources/personnel.php"],
	["Resource Center", "../resources/center.php"],
	["Weblinks", "../resources/weblinks.php"]   //no comma following last entry
]


var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:180px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu6.items=[
	["Tidings", "../news/tidings.php"],
	["Discipleship", "../news/discipleship.php"],
	["Church Announcements", "../news/announcements.php"],
	["Big Event", "../news/bigevent.php"]   //no comma following last entry
]


var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'width:240px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name
anylinkmenu7.items=[
	["Staff Directory", "../contact/staff.php"],
	["Committee Chairperson Directory", "../contact/chairperson.php"],
	["Office Contact", "../contact/office.php"]   //no comma following last entry
]









var anylinkmenu8={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu8.items=[
	["Link Text", "index.php"],
	["Link Text", "index.php"],
	["Link Text", "index.php"] //no comma following last entry
]



var anylinkmenu9={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu9.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu9.items=[
	["Link Text", "index.php"],
	["Link Text", "index.php"],
	["Link Text", "index.php"] //no comma following last entry
]