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()){
align="center";
fontfamily="Georgia, Times, Times New Roman, serif";
fontsize="12pt";
fontweight="bold";
offcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
separatorcolor="#859057";
separatorsize=0;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(background=new mm_style()){
align="center";
bgimage="navigation/button.gif";
overbgimage="navigation/button.gif";
itemheight=30; 
fontfamily="Georgia, Times, Times New Roman, serif";
fontsize="12pt";
fontweight="bold";
offcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
separatorcolor="#859057";
separatorsize=0;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Approach")){
style=background;
aI("text=Overview;url=approach.htm;");
aI("text=Website Problems;url=dont-work.htm;");
// aI("text=energy healing;url=energy-healing.htm;");
}

with(milonic=new menuname("Services")){
style=background;
aI("text=Overview;url=services.htm;");
aI("text=Consulting;url=services-consulting.htm;");
aI("text=Implementation;url=services-implementation.htm;");
aI("text=Website Complexity;url=services-complexity.htm;");
// aI("text=energy healing;url=energy-healing.htm;");
}

with(milonic=new menuname("Portfolio")){
style=background;
aI("text=Overview;url=portfolio.htm;");
aI("text=Business Gallery;url=gallery-business/index.html;");
aI("text=Solution Gallery;url=gallery-solution/index.html;");
}

drawMenus();

