


_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=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()){
onbgcolor="#000080";
oncolor="#ffffff";
offbgcolor="#FDCE7B";
offcolor="#000000";
bordercolor="#000080";
borderstyle="solid";
borderwidth=2;
separatorcolor="#000080";
separatorsize="2";
padding=4;
fontsize="80%";
fontstyle="bold";
fontfamily="Arial, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="Arrow.Gif";
onsubimage="Arrow-on.Gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("resort")){
style=menuStyle;
overflow="scroll";

aI("text=Aphrodite&nbsp;Hills;url=AphroditeHills.ink;");
aI("text=Golf&nbsp;Course;url=golf.ink;");
aI("text=Club&nbsp;House;url=clubhouse.ink;");
}

with(milonic=new menuname("Villas")){
style=menuStyle;
aI("text=Villas;showmenu=SubVillas;status=Villas;");
/*aI("text=Apartments;showmenu=Apartments;status=Apartments;");*/

}

with(milonic=new menuname("SubVillas")){
style=menuStyle;
aI("text=Description;url=Villa1_Description.ink");

aI("text=Floor&nbsp;Plans;showmenu=PlansVilla1;status=Villa 1 Plans;");
aI("text=Photo&nbsp;Gallery;url=PhotoGallery.ink?");
/*aI("text=Virtual&nbsp;Tour;url=Villa1_VT.ink");*/
}


with(milonic=new menuname("PlansVilla1")){
style=menuStyle;
aI("text=Basement&nbsp;Plans;url=villa1_Basement.ink");
aI("text=Ground&nbsp;Floor&nbsp;Plans;url=Villa1_GroundFloor.ink");
aI("text=First&nbsp;Floor&nbsp;Plans;url=Villa1_FirstFloor.ink");
}



with(milonic=new menuname("Apartments")){
style=menuStyle;
aI("text=Description;url=Apt1_Description.ink");
aI("text=Floor&nbsp;Plans;url=Apt1_Foorplans1.ink");
aI("text=Photo&nbsp;Gallery;url=Apt1_Photos.ink");
aI("text=Virtual&nbsp;Tour;url=Apt1_VT.ink");
}

with(milonic=new menuname("Pricing")){
style=menuStyle;

aI("text=Pricing;url=Villa1_Pricing.ink");
}

with(milonic=new menuname("Availability")){
style=menuStyle;

//aI("text=Availability 2008;url=Availability.ink?chaletid=4&season=08/09");
aI("text=Availability 2009;url=Availability.ink?chaletid=4&season=09/10");
}

with(milonic=new menuname("todo")){
style=menuStyle;

/*aI("text=Things&nbsp;to&nbsp;do;url=todo.ink");*/
aI("text=Golf;url=Golf.ink");
aI("text=The&nbsp;Retreat&nbsp;Spa;url=TheRetreat.ink");
}

with(milonic=new menuname("directions")){
style=menuStyle;

aI("text=Directions&nbsp;from&nbsp;Paphos&nbsp;Airport;url=Paphos.ink");
aI("text=Directions&nbsp;from&nbsp;Larnaca&nbsp;Airport;url=Larnaca.ink");
aI("text=Map;url=http://travel.yahoo.com/p-travelguide-577574-map_of_cyprus-i");
}


with(milonic=new menuname("terms")){
style=menuStyle;

aI("text=Terms&nbsp;&&nbsp;Conditions;url=tsandcs.ink;status=Back To Home Page;");
aI("text=Privacy&nbsp;Policy;url=webPolicy.ink;status=Back To Home Page;");
}



drawMenus();

