fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=100;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderwidth=0;
fontsize=11;
fontstyle="normal";
padding=4;
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=0;
subimagepadding=0;
}


with(milonic=new menuname("Audio")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
top=30;
aI("showmenu=Reservationless;image=nav/audio_01.gif;url=audio-reservationless.htm;")
aI("image=nav/audio_03.gif;url=audio-international.htm;");
aI("showmenu=FlatRate;image=nav/audio_04.gif;url=audio-flatrate.htm;")
}


with(milonic=new menuname("Reservationless")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
top=49;
aI("image=nav/audio_02.gif;url=audio-operator.htm;")
}


with(milonic=new menuname("FlatRate")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
top=49;
aI("image=nav/audio_05.gif;url=audio-coachus.htm;")
aI("image=nav/audio_06.gif;url=audio-pray.htm;")
}



with(milonic=new menuname("Web")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
top=30;
aI("image=nav/web_01.gif;url=web-meetingcentral.htm;")

aI("image=nav/web_03.gif;url=contact.htm;")
}


with(milonic=new menuname("Events")){
alwaysvisible=0;
orientation="horizontal";
style=menuStyle;
top=30;
aI("image=nav/events_01.gif;url=events-operator.htm;")
aI("image=nav/events_02.gif;url=events-wecasting.htm;")
aI("image=nav/events_03.gif;url=mailto:info@simple2communicate.com;")
}


drawMenus();