fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=12;
_subOffsetLeft=-8;

with(menuStyle=new mm_style()){
bordercolor="#000192";
borderstyle="solid";
borderwidth=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="blue";
offbgcolor="#000192";
offcolor="#ffffff";
onbgcolor="#f1f1f1";
oncolor="#333366";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#f1f1f1";
pagecolor="#333366";
separatorcolor="#000090";
separatorsize=2;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="verticle";
style=menuStyle;
aI("");
aI("text=Home;url=index.htm;");
aI("showmenu=WebSites;text=Web Design;");
aI("text=Packages/Options;url=webPackages.htm;");
aI("showmenu=PortFolio;text=API Portfolio;");
aI("text=Hosting;url=hosting.htm;")
aI("text=Contact API;url=contactUs.htm;");
aI("text=Request Info;url=webInfo.htm;")
}

with(milonic=new menuname("Home")){
style=menuStyle;


}
with(milonic=new menuname("WebSites")){
style=menuStyle;
aI("text=Services;url=webDesign.htm;")
aI("text=E-Commerce;url=eCommerce.htm;")
aI("text=Flash/MultiMedia;url=flashMultiMedia.htm;")
aI("text=Custom Artwork/Logos;url=artworkLogos.htm;")
aI("text=Programming/Databases;url=progDatabase.htm;")
}

with(milonic=new menuname("PortFolio")){
style=menuStyle;
aI("text=Small Websites;url=gallery4.htm;");
aI("text=Medium Websites;url=gallery3.htm;");
aI("text=Large Websites;url=gallery2.htm;");
}

drawMenus();

