fixMozillaZIndex=false; //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()){
bgimage="/images/menu_nav.jpg";
borderwidth=0;
fontfamily="Arial";
fontsize="95%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#FFFFFF";
oncolor="#82B6D7";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
separatorwidth=7;
separatorimage="/images/menu_separator.jpg";
//separatorsize=0;
imagepadding=-52;
}

with(SubmenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="85%";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#003c68";
offcolor="#FFFFFF";
onbgcolor="#007bd3";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("about")){
style=SubmenuStyle;
aI("text=About Greenslopes Private Hospital;url=/aboutus/aboutus.asp;")
aI("text=History;url=/aboutus/history.asp;")
aI("text=Location;url=/aboutus/location.asp;")
aI("text=Mission & Vision;url=/aboutus/mission.asp;")
aI("text=Research Foundation;url=/services/researchfoundation.asp");
aI("text=Contact Us;url=/aboutus/contact.asp;")
}  

with(milonic=new menuname("employment")){
style=SubmenuStyle;
aI("text=Your career @ GPH;url=/careers/;")
aI("text=Jobs @ Greenslopes Private Hospital;url=/careers/greenslopes_jobs.asp;")
aI("text=Opportunities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/careers/opportunities.asp;")
aI("text=Benefits;url=/careers/benefits.asp;")
aI("text=Development;url=/careers/development.asp;")
aI("text=Culture;url=/careers/culture.asp;")
aI("text=Facilities;url=/careers/facilities.asp;")
aI("text=Lifestyle;url=/careers/lifestyle.asp;")
}

with(milonic=new menuname("patients")){
style=SubmenuStyle;
aI("text=Pre admission&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/patients/pre_admission.asp;");
aI("text=Your stay;url=/patients/your_stay.asp;");
aI("text=Patient Information;url=/patients/patient_info.asp;");
aI("text=Maps and Tours;url=/patients/MapsandTours.asp;");
aI("text=When you leave;url=/patients/when_you_leave.asp;");
aI("text=Specialists&nbsp;&nbsp;&nbsp;;url=/doctors/specialists.asp");
aI("text=Patient Charter;url=/patients/patient_charter.asp;");
aI("text=Visiting Hours ;url=/patients/visiting_hours.asp");
aI("text=Public Transport;url=/patients/public_transport.asp");
aI("text=Parking;url=/patients/parking.asp");
aI("text=Accommodation;url=/patients/accommodation.asp");
aI("text=Email a Patient;url=/patients/email_a_patient.asp");
}

with(milonic=new menuname("clinical")){
style=SubmenuStyle;
aI("text=Services Overview;url=/services/services_overview.asp");
aI("text=Clinical Services;url=/services/clinical_services.asp");
aI("text=Chaplaincy Service&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/services/chaplaincy.asp");
aI("text=Other Services;url=/services/other_services.asp");
aI("text=Veteran Services;url=/Veterans/veteransoverview.asp");
aI("text=Volunteer Services;url=/services/volunteerservices.asp");
}

with(milonic=new menuname("doctors")){
style=SubmenuStyle;
aI("text=GP Events;url=/doctors/events.asp");
aI("text=How to Refer;url=/doctors/howto.asp");
aI("text=Specialists;url=/doctors/specialists.asp");
aI("text=Specialist Centre;url=/doctors/specialistcentre.asp");
aI("text=Ethics Submissions;url=/doctors/ethics_submissions.asp");
}

with(milonic=new menuname("specialists")){
style=SubmenuStyle;
aI("text=Our Specialists&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/doctors/specialists.asp");
}

with(milonic=new menuname("news")){
style=SubmenuStyle;
aI("text=Media Releases&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/news/media_releases.asp");
aI("text=General Events;url=/news/general_events.asp");
aI("text=GPH News;url=/news/newsletter.asp");
aI("text=Latest News;url=/news/latest_news.asp");
}

drawMenus();

