_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=50                // Follow scrolling Rate

_subOffsetTop=5               // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x







with(menuStyle=new mm_style()){

onbgcolor="#00CC66";

oncolor="#ffffff";

offbgcolor="#008240";

offcolor="#ffffff";

bordercolor="#ffffff";

borderstyle="solid";

borderwidth="0";

separatorcolor="#00CC66";

separatorsize="1";

padding="4";

fontsize="12px";

fontstyle="normal";

fontweight="bold"

fontfamily="Arial, Tahoma, Verdana, Helvetica, sans-serif";

pagecolor="ffffff";

pagebgcolor="#008240";

headercolor="#ffffff";

headerbgcolor="#ffffff";



subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100)";

}





with(milonic=new menuname("featured")){

style=menuStyle;

aI("text=> Starre Barn;url=./property.php?ID=4;");

aI("text=> Starre Cottage;url=./property.php?ID=1;");

aI("text=> Craft Cottage;url=./property.php?ID=2;");

aI("text=> The East Wing - Garlands House;url=./property.php?ID=5;");

aI("text=> The Haven;url=./property.php?ID=6;");

}



with(milonic=new menuname("infomation")){

style=menuStyle;

aI("text=Beer, East Devon;url=./content.php?CONTENT=holidays_in_beer.php;");

aI("text=Seaton, East Devon;url=./content.php?CONTENT=holidays_in_seaton.php;;");

}



with(milonic=new menuname("todo")){

style=menuStyle;

aI("text=People, To Do;url=./;");

aI("text=Places, To See;url=./;");

}



drawMenus();

