﻿


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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()){
offbgcolor="#6699CC";
offcolor="#C7E3FF";
onbgcolor="#FFFFFF";
oncolor="#6699CC";
bordercolor="#C7E3FF";
borderstyle="solid";
borderwidth="1";
separatorcolor="#C7E3FF";
separatorsize="1";
borderwidth="1";
padding="3";
fontsize="75%";
fontstyle="normal";
fontfamily="arial";
pagecolor="black";
headercolor="#FFFFFFF";
headerbgcolor="#6699CC";
pagebgcolor="#6699CC";
pagecolor="#C7E3FF";
subimagepadding="5";

}



with(milonic=new menuname("thingstodo")){
style=menuStyle;
aI("text=notice board;url=noticeBoard.htm;itemwidth=90");
aI("text=golf;url=golf.htm;itemwidth=90");
aI("text=outdoor activities;url=outdoor.htm;itemwidth=90");
aI("text=childrens activities;url=children.htm;itemwidth=90");
}

with(milonic=new menuname("apartments")){
style=menuStyle;
aI("text=facilities;url=facilities.htm;itemwidth=90");
aI("text=gallery;url=gallery.htm;itemwidth=90");
aI("text=location;url=location.htm;itemwidth=90");
aI("text=getting there;url=gettingthere.htm;itemwidth=90");
}

with(milonic=new menuname("tariffs")){
style=menuStyle;
aI("text=prices;url=tariffs.htm;itemwidth=90");
aI("text=terms & conditions;url=terms.htm;itemwidth=90");
}




drawMenus();

