_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="White";
oncolor="Red";
padding="6";
pagecolor="Black";
separatorcolor="DarkSeaGreen";
separatorsize="1";
subimage="images/blue_4x5.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="White";
oncolor="Red";
padding="4";
subimage="images/blue_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.CooperationCompany.com/;");
aI("text=Services;target=;url=Services.html;");
aI("showmenu=About UsOur TeamLEFT_MENU;text=About Us;target=;url=About-Us.html;");
aI("text=Customer Feedback;target=;url=Customer-Feedback.html;");
aI("showmenu=ResourcesArticlesLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("About UsOur TeamLEFT_MENU")){
style=submenuStyle;
aI("text=Our Team;target=;url=Our-Team.html;");
}

with(milonic=new menuname("ResourcesArticlesLEFT_MENU")){
style=submenuStyle;
aI("showmenu=ArticlesThree Ideas for Branding Yourself as a ProfessionalLEFT_MENU;text=Articles;target=;url=Articles.html;");
aI("text=Web Sites;target=;url=Web-Sites.html;");
aI("text=Audio and Video Articles;target=;url=Audio-and-Video-Articles.html;");
aI("text=Assessment Center;target=;url=Assessment-Center.html;");
}

with(milonic=new menuname("ArticlesThree Ideas for Branding Yourself as a ProfessionalLEFT_MENU")){
style=submenuStyle;
aI("text=Three Ideas for Branding Yourself as a Professional;target=;url=Three-Ideas-for-Branding-Yourself-as-a-Professional.html;");
aI("text=Unravel the Knot by Using Common Interests;target=;url=Unravel-the-Knot-by-Using-Common-Interests.html;");
aI("text=How to Resolve Things When You Are on Your Own;target=;url=How-to-Resolve-Things-When-You-Are-on-Your-Own.html;");
aI("text=Crisis Management;target=;url=Crisis-Management.html;");
aI("text=When to Use a Neutral Third Party Like The Cooperation Company;target=;url=When-to-Use-a-Neutral-Third-Party-Like-The-Cooperation-Company.html;");
}


 drawMenus();

