
_menuCloseDelay=400           // 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="#6689E3";
oncolor="#000000";
offbgcolor="#9EB4ED";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
/*pagebgcolor="#FF0000";
headercolor="#000000";*/
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(nature=new menuname("LOCATION")){
style=menuStyle;
top=408;
left=235;
aI("text=How to get Here;url=how_to_get_there.html;");
aI("text=What to see;url=what_to_see.html;");
}

with(nature=new menuname("PHOTOS")){
style=menuStyle;
top=450;
left=235;
aI("text=Slide Show;url=http://www.hotelcorali.gr/slideshow.html ;");
aI("text=e-cards;url=http://www.hotelcorali.gr/postcard/index.html ;");
}

with(nature=new menuname("RESER")){
style=menuStyle;
top=515;
left=235;
aI("text=Online Reservation;url=https://hotelcorali.gr/res/reservation.html ;");
aI("text=Request Form;url=request.htm;");
}
drawMenus();

