fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor= "blue";
borderstyle="solid";
borderwidth=1;
fontfamily="Calibri, Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#220184";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;
screenposition="center";
left="offset=+100";
aI("text=Home;url=index.html;");
aI("text=Topics;url=topics.html;");
aI("showmenu=Committees;text=Committees;");
aI("showmenu=Program;text=Program;");
aI("showmenu=Registration;text=Registration;");
aI("showmenu=Papers;text=Paper Submission;");
aI("text=Venue;url=venue.html;");
aI("showmenu=Travel;text=Travel Information;");
}


with(milonic=new menuname("Committees")){
style=menuStyle;
aI("text=International Steering Committee;url=isc.html;");
aI("text=Scientific Committee;url=sc.html;");
aI("text=Local Organising Committee;url=loc.html;");
}

with(milonic=new menuname("Papers")){
style=menuStyle;
aI("text=Author Instructions;url=author.html;");
aI("text=Online Paper Submission;url=online_submission.html;");
}


with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Registration Fees;url=registration.html;");
aI("text=Online Registration;url=online_registration.html;");

}

with(milonic=new menuname("Travel")){
style=menuStyle;
aI("text=Athens Info;url=travel.html;");
aI("text=Getting to Athens;url=athens_travel.html;");
aI("text=Accommodation;url=hotels.html;");
aI("text=Useful Information;url=useful_info.html;");

}



with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Technical Program;url=http://www.conftool.net/emceurope2009/sessions.php;");
aI("text=Social Program;url=social.html;");
}

with(milonic=new menuname("Publications")){
style=menuStyle;
aI("text=Πρακτικά Συνεδρίων;url=http://www.milonic.com/login.php;");
aI("text=Περιοδικά;url=http://www.milonic.com/mylicenses.php;");
}



drawMenus();

