_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="WhiteSmoke";
offcolor="DarkBlue";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="OrangeRed";
borderstyle="Inset";
borderwidth="0";
fontfamily="Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="SkyBlue";
offcolor="DarkBlue";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Fade(Overlap=1.00)";
padding="4";
separatorcolor="Transparent";
separatorsize="9";
imagepadding="6";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=index.html;");
aI("showmenu=About WebDynamicsNAWhy choose WebDynamicsNA?LEFT_MENU;text=About WebDynamicsNA;target=;url=About-Us.html;");
aI("showmenu=ServicesWeb DevelopmentLEFT_MENU;text=Services;target=;url=services.html;");
aI("text=Hosting Services;target=;url=hosting.html;");
aI("text=Contact Us;target=;url=contact.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("About WebDynamicsNAWhy choose WebDynamicsNA?LEFT_MENU")){
style=submenuStyle;
aI("text=Why choose WebDynamicsNA?;target=;url=why-choose-webdynamicsna.html;");
}

with(milonic=new menuname("ServicesWeb DevelopmentLEFT_MENU")){
style=submenuStyle;
aI("text=Web Development;target=;url=development.html;");
aI("text=Search Optimization;target=;url=seo.html;");
aI("text=Consulting;target=;url=consulting.html;");
aI("text=Copywriting;target=;url=copywriting.html;");
}


 drawMenus();

