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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
offclass="menuOff7";
onclass="menuOn7";
/*bordercolor="#ff6e01";
borderstyle="solid";
borderwidth=0;*/
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
/*offbgcolor="#FFFFFF";*/
offcolor="#000000";
/*onbgcolor="#FFFFFF";*/
oncolor="#740000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
/*padding=8;*/
pagebgcolor="#a0a0a0";
pagecolor="black";
/*separatorcolor="#6d6d6d";
separatorsize=0;*/
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=index.html;");
//aI("showmenu=category;text=Shop By Category;");
//aI("showmenu=shopbyoccasion;text=Shop by Occasion;");
aI("url=bio.html;text=BIO;");
aI("showmenu=portfolio;url=portfolio.html;text=PORTFOLIO;");
aI("showmenu=services;url=services.html;text=SERVICES;");
aI("url=testimonials.html;text=TESTIMONIALS;");
aI("url=awards.html;text=AWARDS;");
aI("url=contact.html;text=CONTACT US;");
}


with(milonic=new menuname("portfolio")){
style=menuStyle;
aI("url=websites.html;text=WEB SITES;");
aI("url=logos.html;text=LOGOS;");
aI("url=before-and-afters.html;text=BEFORE & AFTERS;");
aI("url=cool-stuff.html;text=COOL STUFF;");
aI("url=google-map.html;text=GOOGLE MAP OF CLIENTS;");
}


with(milonic=new menuname("services")){
style=menuStyle;
aI("url=design.html;text=WEB DESIGN;");
aI("url=http://www.designswithmerit.com/dwmecommerce.html;text=E-COMMERCE SOLUTIONS;");
aI("url=searchengines.html;text=SEARCH ENGINE OPTIMIZATION;");
aI("url=custom-programming.html;text=CUSTOM PROGRAMMING;");
aI("url=graphic-design.html;text=GRAPHIC DESIGN;");
aI("url=webhosting.html;text=WEB HOSTING;");
}


drawMenus();








