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()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#D8E2E8";
offcolor="#000000";
//onbgcolor="#FAA61A";
oncolor="#03549B";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#FAA61A";
pagecolor="#FFFFFF";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
//align="center";
}

with(SubmenuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#D8E2E8";
offcolor="#000000";
onbgcolor="#5E7E8D";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#5E7E8D";
pagecolor="#ffffff";
bordercolor="#FAA61A";
borderstyle="solid";
borderwidth=1;
align="left";
}


with(milonic=new menuname("Main Menu")){
//position="relative";
screenposition="center";
top="66";
//top="offset=-70";
left="offset=-40";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp;Home&nbsp;;url=/;");
aI("showmenu=Downloads;text=&nbsp;Downloads&nbsp;;url=/downloads/;");
aI("showmenu=Support;text=&nbsp;Resources&nbsp;;url=/support-training/;");
aI("showmenu=TechTopics;text=&nbsp;Tech Topics&nbsp;;url=/tech-topics/;");
aI("showmenu=Blog;text=&nbsp;Blog&nbsp;;url=/blog/;");
aI("text=&nbsp;Partners&nbsp;;url=/partners/;");
}

with(milonic=new menuname("Downloads")){
//overflow="scroll";
style=SubmenuStyle;
//top="offset=1";
aI("text=VoiceObjects Developer Edition;url=/downloads/;")
aI("text=Voxeo Prophecy IVR Platform;url=/downloads/voxeo-prophecy-platform/;")
aI("text=Micromethod SIP Platforms;url=/downloads/micromethod-sipmethod-platform/;")
//aI("text=VoiceObjects Media Mixer;url=m/downloads/mediamixerdownload/;")
}

with(milonic=new menuname("Support")){
style=SubmenuStyle;
aI("showmenu=SupportDevEd;text=VoiceObjects Developer Edition;url=/support-training/developer-edition/;");  // need page here
aI("text=Voxeo Hosted Developer Portal;url=/support-training/voxeo-evolution/;");
//aI("showmenu=SupportMediaMixer;text=VoiceObjects MediaMixer;url=/support-training/media-mixer/;");  // need page here
}

with(milonic=new menuname("SupportDevEd")){
style=SubmenuStyle;
aI("text=Getting Started;url=/support-training/developer-edition/tutorials/;");
aI("text=Recommended IVRs;url=/support-training/developer-edition/recommended-ivrs/;");
aI("text=IVR Provisioning Guides;url=/support-training/developer-edition/provisioning-guides/;");
aI("text=VoiceObjects Documentation;url=/support-training/developer-edition/voiceobjects-documentation/;");
aI("text=Demos and Templates;url=/support-training/developer-edition/demos-templates/;");
aI("text=Release Information;url=/support-training/developer-edition/release-information/;");
}

with(milonic=new menuname("SupportMediaMixer")){
style=SubmenuStyle;
aI("text=Getting Started;url=/support-training/media-mixer/getting-started/;");
aI("text=FAQs;url=/support-training/media-mixer/faqs/;");
aI("text=Recommended IVRs;url=/support-training/media-mixer/recommended-ivrs/;");
}

with(milonic=new menuname("TechTopics")){
style=SubmenuStyle;
aI("text=Monthly Jam Sessions;url=/tech-topics/monthly-jam-sessions/;");
aI("text=Articles;url=/tech-topics/articles/;");
aI("text=FAQs;url=/tech-topics/faqs/;");
}

with(milonic=new menuname("Blog")){
style=SubmenuStyle;
aI("text=Authors;url=/blog/authors/;");
}





drawMenus();

