_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


with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
onbgcolor="#7D90B8";
oncolor="#f5f5f5";
offbgcolor="#314673";
offcolor="#cccccc";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="10px";
fontweight="bold";
fontfamily="Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#1E65BA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Archive")){
style=menuStyle;
overflow="scroll";
aI("text=Ιστορική Παρουσίαση;url=index.cfm?get=archive&show=timeline;");
aI("text=Ιστορικά Έγγραφα;url=index.cfm?get=archive&show=documents;");
aI("text=Αφιερώματα;url=index.cfm?get=archive&show=presentations;");
aI("text=Βίντεο;url=index.cfm?get=archive&show=video;");
aI("text=Φωτογραφίες;url=index.cfm?get=archive&show=photos;");
aI("text=Συγγράμματα;url=index.cfm?get=archive&show=manuscripts;");
}


with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Ειδήσεις;url=index.cfm?get=news&show=news;");
aI("text=Συνεντεύξεις;url=index.cfm?get=news&show=interviews;");
aI("text=Ομιλίες;url=index.cfm?get=news&show=speeches;");
aI("text=Δελτία Τύπου;url=index.cfm?get=news&show=releases;");
aI("text=Στον Τύπο;url=index.cfm?get=news&show=press;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle;
aI("text=Ιστορικά;url=index.cfm?get=faq&show=historical;");
aI("text=Νομικά;url=index.cfm?get=faq&show=legal;");
aI("text=Προσωπικές Δραστηριότητες;url=index.cfm?get=faq&show=personal;");
aI("text=Ερωτήσεις Επισκεπτών;url=index.cfm?get=faq&show=visitor;");
aI("text='Ιδρυμα 'Αννα-Μαρία;url=index.cfm?get=faq&show=foundation;");
}

drawMenus();

