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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#AE196A";
offcolor="#FFFFFF";
onbgcolor="#0000FF";
oncolor="#00FF00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FFFF00";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=230;
screenposition="center";
orientation="horizontal";
overflow="scroll";
followscroll=1;
style=menuStyle;
aI("showmenu=Find;text=Find / Contact Us;");
aI("showmenu=Dentists;text=Our Dentists;");
aI("text=Our Hygienist;url=andrea_hygienist.htm;");
aI("showmenu=Staff;text=Our Staff;");
aI("showmenu=Links;text=Links;");
aI("text=Opening Hours;url=openings.htm;");
aI("text=Membership Plan;url=membership.htm;");
aI("text=Prices;url=prices.htm;");
aI("text=Emergency Procedure;url=emergency.htm;");
aI("text=Newsletter;url=newsletter.htm;");
aI("text=Home Page;url=index.htm;");

}

with(milonic=new menuname("Dentists")){
orientation="horizontal";
style=menuStyle;
aI("text=Dr. Paul G White;url=paul_white.htm;");
aI("text=Dr. Jonathan McCarthy;url=jonathan_mccarthy.htm;");
aI("text=Dr. Claire Hodgson;url=claire_hodgson.htm;");
}

with(milonic=new menuname("Staff")){
orientation="horizontal";
style=menuStyle;
aI("text=Nurses;url=nurses.htm;");
aI("text=Receptionists;url=receptionists.htm;");
}





with(milonic=new menuname("Find")){
orientation="horizontal";
style=menuStyle;
aI("text=York Dentists' surgery - Plan your route;url=find_york_dentists.htm;");
aI("text=Contact Us On Line;url=contact_on.htm;");
aI("text=Contact Us Off Line;url=contact_off.htm;");
}


with(milonic=new menuname("Links")){
orientation="horizontal";
left=321;
style=menuStyle;
aI("text=General Dental Council;url=http://www.gdc-uk.org/;target=blank;");
aI("text=British Dental Association;url=http://www.bda.org/;target=blank;");
aI("image=/images/apple_tiny_purple.jpg;text=Denplan;url=http://www.denplan.co.uk/;target=blank;");
aI("text= York - More about the City;url=http://www.visityork.org/seeanddo/;target=blank;");
aI("text=Our Webmaster;url=http://www.nyws.co.uk/;target=blank;");
}

drawMenus();


