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="#ffffff";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
//outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=0, Strength=0)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=240;
orientation="horizontal";
style=menuStyle;
top=88;
aI("text=Home;url=index.html;");
aI("text=About Us;url=aboutus.html;");
aI("showmenu=locations;text=Locations;");
aI("showmenu=services;text=Services;");
aI("text=Partners;url=partners.html;");
aI("text=Join our Database;url=database.html;");
aI("text=Request a Bid;url=bid.html;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("locations")){
style=menuStyle;
aI("showmenu=newyork;text=New York;");
aI("showmenu=ftlauderdale;text=Ft Lauderdale;");
aI("showmenu=miami;text=Miami;");
}

with(milonic=new menuname("newyork")){
style=menuStyle;
aI("text=Photos;url=ny_photos.html;");
aI("text=Floorplan;url=ny_photos.html;");
aI("text=Features;url=ny_photos.html;");
aI("text=Directions;url=ny_photos.html;");
aI("text=Hotels;url=ny_photos.html;");
aI("text=Things To Do;url=ny_photos.html;");
}

with(milonic=new menuname("ftlauderdale")){
style=menuStyle;
aI("text=Photos;url=ny_photos.html;");
aI("text=Floorplan;url=ny_photos.html;");
aI("text=Features;url=ny_photos.html;");
aI("text=Directions;url=ny_photos.html;");
aI("text=Hotels;url=ny_photos.html;");
aI("text=Things To Do;url=ny_photos.html;");
}

with(milonic=new menuname("miami")){
style=menuStyle;
aI("text=Photos;url=ny_photos.html;");
aI("text=Floorplan;url=ny_photos.html;");
aI("text=Features;url=ny_photos.html;");
aI("text=Directions;url=ny_photos.html;");
aI("text=Hotels;url=ny_photos.html;");
aI("text=Things To Do;url=ny_photos.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Types of Studies;url=types.html;");
aI("text=Technology;url=types.html;");
aI("text=Recruiting Area;url=types.html;");
}


drawMenus();

