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=-10;




with(menuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F5D0AF";
offcolor="#000000";
onbgcolor="#F5D0AF";
oncolor="#F09100";
overfilter="Fade(duration=0.2);Alpha(opacity=90), Direction=135, Strength=5)";
padding=3;
pagebgcolor="#F5D0AF";
subimage="";
subimagepadding=5;
bgimage='';
separatorcolor="#ffffff";
separatorpadding=10;
separatorsize=1;
}

with(testmenuStyle=new mm_style()){
styleid=3;
fontfamily="Verdana";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F5D0AF";
offcolor="#8D4B0F";
onbgcolor="#F09100";
oncolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#F5D0AF";
pagecolor="black";
separatorcolor="#ffffff";
separatorpadding=2;
separatorsize=1;
separatorwidth="90%";
subimage="";
subimagepadding=10;
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=testmenuStyle;
aI("text=View Bookings  ;url=index.html;")
aI("text=Make Bookings  ;url=booking/new.php;")
}

with(milonic=new menuname("Our Company")){
style=testmenuStyle;
aI("text=Careers;url=careers.htm;");
}

with(milonic=new menuname("Services")){
style=testmenuStyle;
aI("text=Clinical Monitoring ;url=clinical_monitoring.htm;");
aI("text=Clinical Management ;url=clinical_management.htm;");
aI("text=Regulatory Services ;url=regulatory_services.htm;");
aI("text=Investigator Recruitment ;url=investigator_recruitment.htm;");
}

with(milonic=new menuname("Benefits")){
style=testmenuStyle;
aI("text=Franchising ;url=franchising.htm;");
aI("text=Six Sigma ;url=six_sigma.htm;");
aI("text=Case Study ;url=case_study.htm;");
}

with(milonic=new menuname("Offices")){
style=testmenuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}

with(milonic=new menuname("Latest News")){
style=testmenuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}

with(milonic=new menuname("Contact Us")){
style=testmenuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}



drawMenus();

