_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#EBAB00";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="12pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="#EBAB00";
padding="6";
pagebgcolor="#EBAB00";
pagecolor="Black";
separatorcolor="#EBAB00";
separatorsize="1";
subimage="images/downboxed.gif";
subimagepadding="3";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="11pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="Black";
onbgcolor="Black";
oncolor="#EBAB00";
padding="4";
subimage="images/downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=index.html;");
aI("showmenu=Website DesignDesign ProcessINFO_BAR_MENU;text=Website Design;target=;url=website_services.html;");
aI("showmenu=PortfolioCurrent Website ProjectsINFO_BAR_MENU;text=Portfolio;target=;url=Portfolio.html;");
aI("text=Internet Marketing;target=;url=SEO.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
}

with(milonic=new menuname("Website DesignDesign ProcessINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Design Process;target=;url=design_process.html;");
aI("text=Business Card Website;target=;url=Business_card.html;");
aI("text=Starter Website;target=;url=Starter_website.html;");
aI("text=Custom Websites;target=;url=Custom_Website_Design.html;");
aI("text=Hosting;target=;url=Website_Hosting.html;");
}

with(milonic=new menuname("PortfolioCurrent Website ProjectsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Current Website Projects;target=;url=Current-Website-Projects.html;");
}


 drawMenus();

