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=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="95%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#6e411a";
onbgcolor="#ffffff";
oncolor="#1b8a84";
outfilter="randomdissolve(duration=0.3)";
padding=7;
pagebgcolor="#ffffff";
pagecolor="#6e411a";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.asp;");
aI("showmenu=SurgeonProfiles;text=Surgeon Profiles;");
aI("text=About Us;url=about-aesthetic-surgery-ireland.asp;");
aI("text=Women Surgical;url=female-surgical-procedures.asp;");
aI("text=Men Surgical;url=male-surgical-procedures.asp;");
aI("text=Non-Surgical;url=non-surgical-procedures.asp;");
aI("text=View 3D Animation;url=3-D-animation2.asp;");
aI("text=Skincare;url=skincare.asp;");
aI("text=Clinic Location;url=clinic-location.asp;");
aI("text=Contact Us;url=contact-us.asp;");
}

with(milonic=new menuname("SurgeonProfiles")){
overflow="scroll";
style=menuStyle;
aI("text=A Guide to Choosing <br/>the Right Surgeon;url=surgeon-profiles.asp;")
aI("text=Mr K. Cronin;url=surgeon-profiles.asp#KCronin;")
aI("text=Dr P. Eadie;url=surgeon-profiles.asp#PEadie;")
aI("text=Mr B. Kneafsey;url=surgeon-profiles.asp#BKneafsey;")
aI("text=Ms M. O'Donnell;url=surgeon-profiles.asp#MODonnell;")
aI("text=Mr D. O'Donovan;url=surgeon-profiles.asp#AJODonovan;")
aI("text=Mr R. Hanson;url=surgeon-profiles.asp#richardhanson;")
}


drawMenus();


