

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


var url="http://webgis.ims.forth.gr/WebGisSites/Default.aspx";
with(menuStyle=new mm_style()){
 onbgcolor="#A6BDD9";
oncolor="#ffffff";
offbgcolor="#31488e";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
//separatorcolor="#2D729D";
separatorcolor="#9ac5e8";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontweight='bold';
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="7";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=90;
//left=175;
alwaysvisible=1;
orientation="horizontal";
//screenposition="center";
left=250;

aI("text=Δορυφορικές Εικόνες;showmenu=dor;");
aI("text=Εδαφική Ενίσχυση;showmenu=eni;");
aI("text=Τοπογραφικά;showmenu=topo;");
aI("text=Περιβαλλοντικά;showmenu=per;");
aI("text=Πυρκαγιές;showmenu=pyr;");
aI("text=Στατιστικά;showmenu=stat;");
aI("text=Σεμινάρια;showmenu=sem;");



}


with(milonic=new menuname("dor")){
style=menuStyle;
subimage="arrow.gif";
subimagepadding="7";
//itemwidth=100;
aI("text=Δορυφορικές Εικόνες Κρήτης;url="+url+"?service=Emeric_map_of_Crete"+";target=_blank");
aI("showmenu=dor2;text=Χάρτες Πόλεων της Κρήτης;url=;target=_blank");
}
with(milonic=new menuname("eni")){
style=menuStyle;
subimage="arrow.gif";
subimagepadding="7";
//itemwidth=100;
aI("showmenu=eni2;text=Πόλεις;url=;target=_blank");
}

with(milonic=new menuname("topo")){
style=menuStyle;
subimage="arrow.gif";
subimagepadding="7";
//itemwidth=100;
aI("text=Τοπογραφικοί Χάρτες;url="+url+"?service=topography_Crete"+";target=_blank");
}
with(milonic=new menuname("per")){
style=menuStyle;
aI("text=Χρήση γης;url="+url+"?service=Emeric_Vegetation_Crete"+";target=_blank");
aI("text=Βάση Χλωριδικών Δεδομένων;url=crinno_plant_search_gr.php;");
aI("text=Βάση Ταξινόμησης Natura 2000;url=crinno_natura_search_gr.php;");
}
with(milonic=new menuname("stat")){
style=menuStyle;
aI("text=ΠληΘυσμιακά στοιχεία;url=crinno_pop_search_gr.php;");
aI("text=Χάρτες Κατανομής Πληθυσμού;url="+url+"?service=Emeric_population"+";target=_blank");
}
with(milonic=new menuname("dor2")){
style=menuStyle;
aI("text=Χανιά;url="+url+"?service=Emeric_map_towns_Chania"+";target=_blank");
aI("text=Ρέθυμνο;url="+url+"?service=Emeric_map_towns_rethymno"+";target=_blank");
aI("text=Ηράκλειο;url="+url+"?service=Emeric_map_towns_Heraklio"+";target=_blank");
aI("text=Άγιος Νικόλαος;url="+url+"?service=Emeric_map_towns_Ag_nik"+";target=_blank");

}

with(milonic=new menuname("eni2")){
style=menuStyle;
aI("text=Χανιά;url="+url+"?service=Emeric_enisxisi_chania"+";target=_blank");
aI("text=Ρέθυμνο;url="+url+"?service=Emeric_enisxisi_rethymno"+";target=_blank");
aI("text=Ηράκλειο;url="+url+"?service=Emeric_enisxisi_Heraklio"+";target=_blank");
}



with(milonic=new menuname("sem")){
style=menuStyle;
aI("text=Γεωγραφικά Συστήματα Πληροφοριών (GIS);url=crinno_gis.php;");
aI("text=Δορυφορική Τηλεπισκόπηση;url=crinno_telepiskopisi.php;");
aI("text=Συστήματα Παγκοσμίου Εντοπισμού (GPS);url=crinno_gps.php;");
aI("text=Πρόσκληση Συμμετοχής Παρακολούθησης Σεμιναρίων;url=crinno_seminar.php;");
}

with(milonic=new menuname("pyr")){
style=menuStyle;
//aI("text=Χαρτογράφηση Πυρκαγιών;url=http://www.ims.forth.gr/website/foties;target=_blank");
aI("text=Χαρτογράφηση Πυρκαγιών;url="+url+"?service=emeric_fires"+";target=_blank");
aI("text=Βάση Πληροφοριών Πυρκαγιών;url=crinno_fire_search_gr.php;");
}




drawMenus();


