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




with(HomeStyle=new mm_style()){
onclass="navon";
oncolor="#D8A418";
offcolor="#666600";
offclass="navoff";
}

with(SubNavStyle=new mm_style()){
offclass="navoffa";
onclass="navona";
}
  
with(milonic=new menuname("about")){
//--left=440;
position="absolute";
top=90;
orientation="horizontal";
style=SubNavStyle;
aI("text=company;url=http://www.winbach.com/about.html;");
aI("text=clients;url=http://www.winbach.com/clients.html;");
aI("text=services;url=http://www.winbach.com/services.htm;");
aI("text=affiliates;url=http://www.winbach.com/affiliates.htm;");
}

with(milonic=new menuname("portfolio")){
//--left=530;
position="absolute";
top=90;
orientation="horizontal";
style=SubNavStyle;
aI("text=websites;url=http://www.winbach.com/web.htm;");
aI("text=illustration;url=http://www.winbach.com/illustration.htm;");
aI("text=print design;url=http://www.winbach.com/print.htm;");
}

drawMenus();

