
// Company Menu
var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_parent'} //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=[
	["History", "history.php"],
	["Employment", "employment.php"],
	["Values", "value.php"],
	["Links", "links.php"],
	["Hamstra Hours", "hours.php"],
	["Submit a Review", "reviews.php"]//no comma following last entry! 
	//["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
]


// Services Menu
var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_parent'} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
	["For Homeowners", "services.php#1"],
	["For Contractors", "services.php#2"],
	["Products", "products.php"],
	["N.A.T.E. Certified", "services_nate.php"]
	//["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
]




