_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="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#3F3F3F";
oncolor="White";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="149";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="White";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://dbarrysimpson.com/;");
aI("text=Coaching;target=;url=coaching.html;");
aI("showmenu=Resources/SalaryLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("Resources/SalaryLEFT_MENU")){
style=submenuStyle;
aI("text=Salary;target=;url=salary.html;");
aI("text=eBooks;target=;url=ebooks.html;");
aI("text=Career Information;target=;url=career-information.html;");
aI("text=Networking;target=;url=networking.html;");
aI("text=Articles;target=;url=articles.html;");
aI("text=Company Research;target=;url=company-research.html;");
aI("text=Individual Research;target=;url=individual.html;");
aI("text=Job Search Sites;target=;url=job-search-sites.html;");
}


 drawMenus();

