
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=285,height=210');");
}
// End -->

<!-- Begin
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');");
}
// End -->


var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["About Us", "aboutus.php"],
	["Our Staff", "staff.php"],
	["Charles' Story", "charlesstory.php"] //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Total Facility Service", "total.php"],
	["Security", "security.php"],
	["Janitorial", "janitorial.php"],
	["Food Service", "foodservice.php"],
	["Landscaping", "landscaping.php"],
	["Pest Control", "pestcontrol.php"] //no comma following last entry!
]




var anylinkmenu3={divclass:'anylinkmenu', 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=[
	["News", "news.php"],
	["Awards & Certifications", "awards.php"] //no comma following last entry!
]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Green", "green.php"],
	["Fund Raising", "fundraising.php"] //no comma following last entry!
]