var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.items=[
	["CM110", "http://eyetactical.com/products/milsim/cm110.html"],
	["CM120", "http://eyetactical.com/products/milsim/cm120.html"],
	["CM199", "http://eyetactical.com/products/milsim/cm199.html"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CM130", "http://eyetactical.com/products/military/cm130.html"],
	["CM131", "http://eyetactical.com/products/military/cm131.html"],
	["UHM", "http://eyetactical.com/products/uhm/index.html"],
	["UHS", "http://eyetactical.com/products/uhs/index.html"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', 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=[
	["CM110", "http://eyetactical.com/products/military/cm110.html"],
	["CM120", "http://eyetactical.com/products/military/cm120.html" ,"efc"],
	["CM120 SF", "http://eyetactical.com/products/military/cm120sf.html"],
	["CM121", "http://eyetactical.com/products/military/cm121.html" ,"efc"],
	["CM130", "http://eyetactical.com/products/military/cm130.html"],
	["CM131", "http://eyetactical.com/products/military/cm131.html" ,"efc"],
	["UHM", "http://eyetactical.com/products/uhm/index.html"],
	["UHS", "http://eyetactical.com/products/uhs/index.html"] //no comma following last entry!
]