_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="Black";
oncolor="Silver";
padding="9";
separatorcolor="Black";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#BFBEBE";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#AAE1F7";
oncolor="Black";
padding="4";
subimage="images/on_downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=./;");
aI("showmenu=ResourcesIR NoticesLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("showmenu=ServicesPerformance ManagementLEFT_MENU;text=Services;target=;url=Services.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Section 51 Manual;target=;url=Section-51-Manual.html;");
}

with(milonic=new menuname("ResourcesIR NoticesLEFT_MENU")){
style=submenuStyle;
aI("text=IR Notices;target=;url=IR-Notices.html;");
aI("text=HR Policies;target=;url=HR-Policies.html;");
aI("text=Employment Contracts;target=;url=Employment-Contracts.html;");
}

with(milonic=new menuname("ServicesPerformance ManagementLEFT_MENU")){
style=submenuStyle;
aI("text=Performance Management;target=;url=Performance-Management.html;");
aI("text=Employee Discipline;target=;url=Employee-Discipline.html;");
aI("text=Capacity Investigations;target=;url=Capacity-Investigations.html;");
aI("text=Staff Redeployment & Reduction;target=;url=Staff-Redeployment-&-Reduction.html;");
}


 drawMenus();
