var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget: '_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
        ["Automotive Repair", "automotiverepairservices.php"],
        ["Engine Diagnostic", "enginediagnostic.php"],
	["Machine Shop", "machineshopservices.php"]
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget: '_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Meet the Staff", "meetthestaff.php"],
        ["Business Ethics/Policies", "ethics.php"],
        ["Employment", "employment.php"]
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget: '_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Ecotips", "ecotips.php"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:200px; ', linktarget: '_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Check on my vehicle", "custlogin.php"],
        ["Write a review", "feedback.php"],
        ["Schedule an appointment", "appointments.php"],
        ["Get a cost estimate", "estimate.php"],
        ["Contact us", "contact.php"]
        
        //no comma following last entry!
]
