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="#CEAD7B";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CEAD7B";
offcolor="#000000";
onbgcolor="#E4E5E9";
oncolor="#AD2931";
outfilter="randomdissolve(duration=0.3)";
//Shadow(color=#777777', Direction=135, Strength=3
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=4;
pagebgcolor="#CEAD7B";
pagecolor="black";
separatorcolor="#DCC5A3";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=137;
screenposition="center";
itemwidth=140;
aI("status=Back To Home Page;text=Home;url=default.htm;");
aI("showmenu=Clinic;text=The Clinic;url=about.htm");
aI("showmenu=Treatments;text=Skin Treatments;url=treatments.htm");
aI("showmenu=Hair;text=Hair Treatments;url=treatments_hair.htm");
aI("showmenu=Orders;text=Orders;url=orders.htm");
aI("showmenu=Products;text=Beauty Products;url=skincare.htm");
aI("showmenu=News;text=News & Clinics;url=news.htm");
aI("showmenu=Contact;text=Contact;url=contact.htm");
}

with(milonic=new menuname("Clinic")){
overflow="scroll";
style=menuStyle;
itemwidth=140;
aI("text=Scheibner Centre;url=about.htm;");
aI("text=How it Works;url=about_lasers.htm;");
aI("text=Our Doctors;url=about_doctors.htm;");
aI("text=Our Photography;url=photos.htm;");
}

with(milonic=new menuname("Treatments")){
overflow="scroll";
style=menuStyle;
itemwidth=150;
aI("text=Sun Damage & Skin Cancers;url=treatments_sundamage.htm");
aI("showmenu=Scarring;text=Scarring;url=treatments_scarring.htm");
aI("text=Faces & Necks;url=treatments_facesnecks.htm;");
aI("text=Wrinkles;url=treatments_sundamage.htm;");
aI("text=Pigmentation;url=treatments_pigmentation.htm;");
aI("text=Stretchmarks;url=treatments_stretchmarks.htm;");
aI("text=Hands;url=treatments_hands.htm;");
aI("showmenu=Acne;text=Acne;url=treatments_acne.htm;");
aI("text=Body Rejuvenation;url=treatments_brt.htm;");
aI("text=Sclerotherapy;url=treatments_sclerotherapy.htm;");
aI("text=FAQs;url=treatments_faqs.htm;");
}


with(milonic=new menuname("Acne")){
overflow="scroll";
style=menuStyle;
itemwidth=140;
aI("text=Acne Rosacea;url=treatments_acne.htm;");
aI("text=Acne Scarring;url=treatments_acnescars.htm;");
aI("text=Active Acne;url=treatments_acne.htm;");
}

with(milonic=new menuname("Scarring")){
overflow="scroll";
style=menuStyle;
itemwidth=140;
aI("text=Acne Scars;url=treatments_acnescars.htm;");
aI("text=Surgical Scars;url=treatments_surgicalscars.htm;");
aI("text=Accident Scars;url=treatments_accidentscars.htm;");
aI("text=Burn Scars;url=treatments_burnscars.htm;");
}

with(milonic=new menuname("Hair")){
overflow="scroll";
style=menuStyle;
itemwidth=140;
aI("text=Hair Removal;url=treatments_hairremoval.htm;");
aI("text=Hair Rejuvenation;url=treatments_hairrejuvenation.htm;");
}

with(milonic=new menuname("Orders")){
style=menuStyle;
itemwidth=140;
aI("text=Order Products;url=orders.htm;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
itemwidth=140;
aI("text=Skincare Products;url=skincare.htm;");
aI("text=Haircare Products;url=haircare.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=140;
aI("text=Latest News;url=news.htm;");
aI("text=Country Clinics;url=news_countryclinics.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=140;
aI("text=Contact Us;url=contact.htm;");
aI("text=Book Consultation;url=contact_book.htm;");
}

drawMenus();

