_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="#B3D0E3";
oncolor="Black";
padding="9";
separatorcolor="#5B2825";
separatorsize="1";
subimage="images/in_orange.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#B3D0E3";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#DB615B";
oncolor="White";
padding="4";
subimage="images/in_orange.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=index.html;");
aI("showmenu=Services/Lead Generation WebpageLEFT_MENU;text=Services;target=;url=services.html;");
aI("text=About;target=;url=about.html;");
aI("text=Contact;target=;url=contact.html;");
aI("text=Blog;target=_blank;url=http://www.eclicksoft.com/blog;");
}

with(milonic=new menuname("Services/Lead Generation WebpageLEFT_MENU")){
style=submenuStyle;
aI("text=Lead Generation Webpage;target=;url=lead-generation-webpage.html;");
aI("text=Mobile Web;target=;url=mobile-web.html;");
aI("text=Facebook Page;target=;url=facebook-page.html;");
aI("text=Wordpress Migration;target=;url=wordpress-migration.html;");
aI("text=Wordpress Optimized Blog;target=;url=wordpress-optimized-blog.html;");
aI("text=SME Website;target=;url=sme-website.html;");
aI("text=Web Hosting for Small Business;target=;url=web-hosting-for-small-business.html;");
}


 drawMenus();

