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=20;
_subOffsetLeft=-20;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="black";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
position="relative";

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=index.shtml;");
aI("type=header;text=Ryall House Farm;");
aI("text=General Information;url=about.html;");
aI("url=ryallhouse.html;text=Internal Views;");
aI("url=garden.html;text=External Views;");
aI("url=where.html;text=Where we are;");
aI("type=header;text=Salcombe Holiday Home;");
aI("text=General Information;url=salcombe.html;");
aI("url=views.html;text=External Views;");
aI("url=inside.html;text=Internal Views;");
aI("url=wheresalcombe.html;text=Where we are;");
aI("url=http://www.salcombe.com/cottage_details/LOMAX;target=_blank;text=Booking Salcombe Holiday Home;");
aI("showmenu=links;text=Links;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Upton upon Severn;url=http://www.upton.uk.net;target=_blank;");
aI("text=Farm Stay;url=http://www.farmstayuk.co.uk;target=_blank;");
aI("text=Three Counties Showground;url=http://www.threecounties.co.uk/;target=_blank;");
}

drawMenus();

