var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:224px; background:#196694;margin-left:5px;', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["Prepress", "process-prepress.php"],
	["Print", "print.php"],
	["Bindery", "bindery.php"]//no comma following last entry!
]
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:229px; background:#9f005f', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Prepress", "prepress.php"],
	["Press", "press.php"],
	["Bindery", "bindery-equipments.php"]
	//no comma following last entry!
]
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:227px; background:#a6a6a6', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Mission Statement", "mission-statement.php"],
	["Profile", "about-profile.php"],
	["Trade Printing", "trade-printing.php"],
	["Building", "building.php"] //no comma following last entry!
]



