fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#2e78cd";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#67a4da";
offcolor="#262223";
onbgcolor="#2e78cd";
oncolor="#ffffff";
padding=3;
}


<!-- Company Info MENU -->

with(milonic=new menuname("Company Info")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Management Team;url=company-info.html;");
aI("text=Employment;url=employment.html;");
}

<!-- Packages MENU -->

with(milonic=new menuname("Packages")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=North Guelph Packages;url=guelph-north-packages.html;");
aI("text=South Guelph Packages;url=guelph-packages.html;");
aI("text=Cambridge Packages;url=cambridge-packages.html;");
aI("text=Kitchener Packages;url=kitchener-packages.html;");
}

<!-- Car Care MENU -->

with(milonic=new menuname("Car Care")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=FAQ;url=frequently-asked-questions.html;");
}

<!-- Survey MENU -->

with(milonic=new menuname("Survey")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Guelph Survey;url=customer-survey-guelph.html;");
aI("text=Cambridge Survey;url=customer-survey-cambridge.html;");
aI("text=Kitchener Survey;url=customer-survey-kitchener.html;");
}

drawMenus();


