function init(){

// New menu set function starts with page center and measures outward
setMenu('PhysicianSpan', 'PhysicianMenu', -491, 17);
setMenu('LocationsSpan', 'LocationsMenu', -356, 17);
setMenu('ServicesSpan', 'ServicesMenu', -236, 17);
setMenu('ClassesSpan', 'ClassesMenu', -55, 17);
setMenu('GiveSpan', 'GiveMenu', 93, 17);
setMenu('PatientSpan', 'PatientMenu', 233, 17);

}
 

document.write(createMenu("PHYSMenu"))
document.write(createMenu("MHHSMenu"))
document.write(createMenu("SVCSMenu"))
document.write(createMenu("CLASSMenu"))
document.write(createMenu("GIVEMenu"))
document.write(createMenu("PATIENTMenu"))


init();
//window.onload=init;
//New function to be called by footer to collect onload and onresize event functions

