
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()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#4D8BF1";
oncolor="#f6dff2";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#0000FF";
separatorheight=16;
separatorsize=1;
}
 
with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#FFCCFF";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="http://img.milonic..com/9x6_rightbend_grey.gif";
subimagepadding=8;
}
 
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
followscroll=1;
itemheight=21;
itemwidth=170;
screenposition="center";
top=139;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=http://img.milonic.com/itemblue.gif;overbgimage=/images/itemwhite_on.gif;text=Yorkshire Storks' History;url=history.htm;");
aI("align=center;bgimage=http://img.milonic.com/itemblue.gif;overbgimage=http://img.milonic.com/itemcoral_on.gif;text=Contact Yorkshire Storks;url=contact_yorkshire_midwives_on.htm;");
aI("align=center;bgimage=http://img.milonic.com/itemblue.gif;overbgimage=http://img.milonic.com/itemviolet_on.gif;showmenu=Services;text=Yorkshire Storks' Services;");
aI("align=center;bgimage=http://img.milonic.com/itemblue.gif;overbgimage=http://img.milonic.com/itemgreen_on.gif;showmenu=More;text=More;");
aI("align=center;bgimage=http://img.milonic.com/itemblue.gif;overbgimage=http://img.milonic.com/itemyellow_on.gif;text=HOME;url=index.htm;");
}
 
 
with(milonic=new menuname("Services")){
itemheight=24;
itemwidth=126;
//left=385;
left="offset=-10"
screenposition="center";
style=submenuStyle;
orientation="horizontal";
aI("text=What we do;url=services.htm;");
aI("text=Area covered;url=area.htm;");
}
 
with(milonic=new menuname("More")){
itemheight=24;
itemwidth=126;
//left=400;
left="offset=-10"
screenposition="center";
style=submenuStyle;
orientation="horizontal";
aI("text=The Team;url=team.htm;");
aI("text=Birth Stories;url=birthstories.htm;");
aI("text=FAQs;url=faqs.htm;");
aI("text=Quotes;url=quotes.htm;");
aI("text=Our Slide Show;url=slide_show.htm;");
}
 

drawMenus();
 