_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial Black";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="DarkBlue";
offcolor="#ffffff";
onbgcolor="DodgerBlue";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/white_13x13_tb.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial Black";
fontsize="8pt";
fontstyle="normal";
offbgcolor="DarkBlue";
offcolor="#ffffff";
onbgcolor="DodgerBlue";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/white_13x13_tb.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Website Design;target=;url=Website-Design.html;");
aI("text=\"Shop-In\" Ad Page;target=;url=Shop-In-Ad-Page.html;");
aI("text=Home Business;target=;url=Home-Business.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();

