fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
offbgcolor="#222222";
offcolor="#FFFFFF";
onbgcolor="#222222";
oncolor="#F9B15B";
fontfamily="Tahoma, Arial, Verdana";
fontsize="11px";
fontstyle="normal";
padding=6;
pagebgcolor="#222222";
pagecolor="#F9B15B";
separatorcolor="#222222";
separatorsize=50;
}

with(menuStyle2=new mm_style()){
offbgcolor="#222222";
offcolor="#FFFFFF";
onbgcolor="#222222";
oncolor="#F9B15B";
fontfamily="Tahoma, Arial, Verdana";
fontsize="11px";
fontstyle="normal";
padding=5;
pagebgcolor="#222222";
pagecolor="#F9B15B";
separatorcolor="#666666";
separatorsize=1;
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
overfilter="Shadow(color=#666666', Direction=135, Strength=3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
orientation="horizontal";
style=menuStyle;
top=151;
screenposition="center";
aI("text=About Us;url=/aboutus.html;showmenu=ABOUT");
aI("text=Products;url=/products.html;showmenu=PRODS");
aI("text=Solutions;url=/solutions.html;showmenu=SOLS");
aI("text=Fraud Awareness;url=/fraud/overview.html;showmenu=FRAUD");
aI("text=News & Events;url=/press.html;showmenu=NEWS;pagematch=/press/;");
aI("text=Contact Us;url=/contact.html;showmenu=CONTACT");
}

with(milonic=new menuname("ABOUT")){
overflow="scroll";
style=menuStyle2;
aI("text=Overview;url=/aboutus.html;")
aI("text=Why EDIWatch?&nbsp;&nbsp;;url=/why_ediwatch.html;")
//aI("text=Management Team&nbsp;&nbsp;;url=/management.html;")
aI("text=FAQ;url=/faq.html;")
aI("text=Copyrights;url=/copyrights_trademarks.html;")
}


with(milonic=new menuname("PRODS")){
overflow="scroll";
style=menuStyle2;
aI("text=Overview;url=/products.html;")
aI("text=SPOT&trade;&nbsp;&nbsp;(Systematic Profiling on Time)&nbsp;&nbsp;;url=/spot.html;")
aI("text=Intelligent Investigator&trade;;url=/intelligentinvestigator.html;")
aI("text=Trail Tracker&trade; Case Planning;url=/trailtracker.html;")
aI("text=Prepayment Module;url=/prepayment.html;")
aI("text=Pharmacy Module;url=/pharmacy.html;")
}


with(milonic=new menuname("SOLS")){
overflow="scroll";
style=menuStyle2;
aI("text=Overview;url=/solutions.html;")
//aI("text=Focus on ROI;url=/focus_on_roi.html;")
aI("text=Focus on ROI;url=/focus_on_roi.html;")
aI("text=SIU Productivity;url=/siu_productivity.html;")
aI("text=Low IT Impact;url=/it_impact.html;")
aI("text=Speed of Deployment&nbsp;&nbsp;;url=/deployment.html;")
aI("text=Solution in Action;url=/customer_example.html;")
}

with(milonic=new menuname("FRAUD")){
overflow="scroll";
style=menuStyle2;
aI("text=Overview;url=/fraud/overview.html;")
aI("text=Definitions;url=/fraud/definitions.html;")
aI("text=Provider Fraud;url=/fraud/provider.html;")
aI("text=Recipient Fraud;url=/fraud/recipient.html;")
aI("text=How You Can Help&nbsp;&nbsp;;url=/fraud/detection.html;")
aI("text=Useful Links;url=/fraud/links.html;")
}

with(milonic=new menuname("NEWS")){
overflow="scroll";
style=menuStyle2;
aI("text=Press Releases;url=/press.html;")
aI("text=Upcoming Events&nbsp;&nbsp;;url=/events.html;")
}

with(milonic=new menuname("CONTACT")){
overflow="scroll";
style=menuStyle2;
aI("text=Office Locations&nbsp;&nbsp;;url=/contact.html;")
aI("text=Careers;url=/careers.html;")
aI("text=Request Info;url=/request_form.html;")
}



drawMenus();

