_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#5000F7";
oncolor="#C6C8FF";
offbgcolor="#8BBCFF";
offcolor="#4100CC";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimage="submenu_arrow_right-off.gif";
onsubimage="submenu_arrow_right-on.gif";
subimagepadding="0 0 0 10";
high3dcolor="#FFFFFF"; //"#edf3ee";
low3dcolor="#367E45";
swap3d=1;
headerbgcolor="#548959";
headercolor="#f2f2ff";
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("sub1")){
style=subStyle;
aI("text=House build;showmenu=sub1.1;");
aI("text=Village views;showmenu=sub1.2;");
aI("text=Spare;showmenu=sub1.3;");
}

with(milonic=new menuname("sub2")){
style=subStyle;
aI("text=Agios Nikolaos;showmenu=sub2.1;");
aI("text=Elounda;showmenu=sub2.2;");
aI("text=Istron;showmenu=sub2.3;");
aI("text=Lasithi Plateau;showmenu=sub2.4;");
aI("text=Lato;showmenu=sub2.5;");
aI("text=Mochlos;showmenu=sub2.6;");
aI("text=Monastiraki;showmenu=sub2.7;");
aI("text=North coast;showmenu=sub2.8;");
}

with(milonic=new menuname("sub1.1")){
style=subStyle;
aI("text=Page 1;url=crete01.htm;");
aI("text=Page 2;url=crete02.htm;");
aI("text=Page 3;url=crete03.htm;");
aI("text=Page 4;url=crete04.htm;");
aI("text=Page 5;url=crete05.htm;");
aI("text=Page 6;url=crete06.htm;");
aI("text=Page 7;url=crete07.htm;");
aI("text=Page 8;url=crete08.htm;");
aI("text=Page 9;url=crete09.htm;");
aI("text=Page 10;url=crete10.htm;");
aI("text=Page 11;url=crete11.htm;");
aI("text=Page 12;url=crete12.htm;");
aI("text=Page 13;url=crete13.htm;");
aI("text=Page 14;url=crete14.htm;");
aI("text=Page 15;url=crete15.htm;");
aI("text=Page 16;url=crete16.htm;");
}

with(milonic=new menuname("sub1.2")){
style=subStyle;
aI("text=Page 1;url=vv01.htm;");
aI("text=Page 2;url=vv02.htm;");
}

with(milonic=new menuname("sub1.3")){
style=subStyle;
aI("text=Page 1;url=spare01.htm;");
}

with(milonic=new menuname("sub2.1")){
style=subStyle;
aI("text=Page 1;url=an01.htm;");
aI("text=Page 2;url=an02.htm;");
}

with(milonic=new menuname("sub2.2")){
style=subStyle;
aI("text=Page 1;url=elounda01.htm;");
}

with(milonic=new menuname("sub2.3")){
style=subStyle;
aI("text=Page 1;url=istron01.htm;");
}

with(milonic=new menuname("sub2.4")){
style=subStyle;
aI("text=Page 1;url=lasithi01.htm;");
}

with(milonic=new menuname("sub2.5")){
style=subStyle;
aI("text=Page 1;url=lato01.htm;");
}

with(milonic=new menuname("sub2.6")){
style=subStyle;
aI("text=Page 1;url=mochlos01.htm;");
}

with(milonic=new menuname("sub2.7")){
style=subStyle;
aI("text=Page 1;url=monastiraki01.htm;");
}

with(milonic=new menuname("sub2.8")){
style=subStyle;
aI("text=Page 1;url=nc01.htm;");
}


drawMenus();


