fixMozillaZIndex=true;		//Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=120			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=10			// The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset




with(menuStyle=new mm_style()){
onbgcolor="#6666CC";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="";
padding=4;
itemwidth=155;
itemheight=24;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
subimage="";
subimagepadding="";
overfilter="Alpha(opacity=100)";
whyusespcStyle=new copyOf(menuStyle)
whyusespcStyle.onbgcolor="#5A7282";
whyusespcStyle.oncolor="#FFFFFF";
whyusespcStyle.offbgcolor="#000000";
whyusespcStyle.offcolor="#FFFFFF";
whyusespcStyle.bordercolor="#FFFFFF";
whyusespcStyle.borderstyle="solid";
whyusespcStyle.overfilter="Alpha(opacity=75)";
whatwedoStyle=new copyOf(menuStyle)
whatwedoStyle.onbgcolor="#A90000";
whatwedoStyle.oncolor="#FFFFFF";
whatwedoStyle.offbgcolor="#000000";
whatwedoStyle.offcolor="#FFFFFF";
whatwedoStyle.bordercolor="#FFFFFF";
whatwedoStyle.borderstyle="solid";
whatwedoStyle.overfilter="Alpha(opacity=75)";
expertsconsultantsStyle=new copyOf(menuStyle)
expertsconsultantsStyle.onbgcolor="#15807C";
expertsconsultantsStyle.oncolor="#FFFFFF";
expertsconsultantsStyle.offbgcolor="#000000";
expertsconsultantsStyle.offcolor="#FFFFFF";
expertsconsultantsStyle.bordercolor="#FFFFFF";
expertsconsultantsStyle.borderstyle="solid";
expertsconsultantsStyle.overfilter="Alpha(opacity=75)";
resourcesStyle=new copyOf(menuStyle)
resourcesStyle.onbgcolor="#BA4B0D";
resourcesStyle.oncolor="#FFFFFF";
resourcesStyle.offbgcolor="#000000";
resourcesStyle.offcolor="#FFFFFF";
resourcesStyle.bordercolor="#FFFFFF";
resourcesStyle.borderstyle="solid";
resourcesStyle.overfilter="Alpha(opacity=75)";
corporateStyle=new copyOf(menuStyle)
corporateStyle.onbgcolor="#82A32A";
corporateStyle.oncolor="#FFFFFF";
corporateStyle.offbgcolor="#000000";
corporateStyle.offcolor="#FFFFFF";
corporateStyle.bordercolor="#FFFFFF";
corporateStyle.borderstyle="solid";
corporateStyle.overfilter="Alpha(opacity=75)";
}

with(milonic=new menuname("whyusespc")){
style=whyusespcStyle;
overflow="scroll";
aI("text=Overview;url=http://www.spc.ca/why_use_spc_overview.htm;");
}

with(milonic=new menuname("whatwedo")){
style=whatwedoStyle;
overflow="scroll";
aI("text=Overview;url=http://www.spc.ca/services_overview.htm;");
aI("text=Services;url=http://www.spc.ca/services_offered.htm;");
aI("text=Delivering Lasting Change;url=http://www.spc.ca/delivering_change.htm;showmenu=deliveringchange");
aI("text=Get SPC's Value Working for Your Organization;url=http://www.spc.ca/working_for_you.php;");
}

with(milonic=new menuname("servicesoverview")){
style=whatwedoStyle;
aI("text=Consulting;url=http://www.spc.ca/services_offered.htm#consulting;");
aI("text=Team Coaching;url=http://www.spc.ca/services_offered.htm#teamcoaching;");
aI("text=Skills Development Training;url=http://www.spc.ca/services_offered.htm#skillsdevelopmenttraining;");
aI("text=Executive Support;url=http://www.spc.ca/services_offered.htm#executivesupport;");
}

with(milonic=new menuname("deliveringchange")){
style=whatwedoStyle;
aI("text=Software Requirements Development & Management;url=http://www.spc.ca/dc_software_requirements.htm;");
aI("text=Estimation & Project Planning;url=http://www.spc.ca/dc_estimation_planning.htm;");
aI("text=Process Change and Adoption;url=http://www.spc.ca/dc_change_adoption.htm;");
aI("text=Agile Development Methods and Practices;url=http://www.spc.ca/agile/index.htm;");
aI("text=Relevant Insights;url=http://www.spc.ca/dc_relevant_insights.htm;");
}

with(milonic=new menuname("expertsconsultants")){
style=expertsconsultantsStyle;
overflow="scroll";
aI("text=Overview;url=http://www.spc.ca/experts_consultants_overview.htm;");
}

with(milonic=new menuname("resources")){
style=resourcesStyle;
overflow="scroll";
aI("text=Overview;url=http://www.spc.ca/resources_overview.htm;");
}

with(milonic=new menuname("corporate")){
style=corporateStyle;
overflow="scroll";
aI("text=Overview;url=http://www.spc.ca/corporate_overview.htm;");
}
drawMenus();

