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()){

screenposition="left;top";
bordercolor="#000000";
borderstyle="dashed";
borderwidth=1;
fontfamily="Verdana, Arial, Helevitica, sans-serif";
fontsize="11";
fontweight="600";
headerbgcolor="#ffff99";
headercolor="#990000";
offbgcolor="#ffff99";
offcolor="#990000";
onbgcolor="#996666";
oncolor="#ffffcc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=10;
pagebgcolor="#990000";
pagecolor="#ffff99";
separatorcolor="#990000";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("HOME")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=HOME;url=/index.asp;");
aI("showmenu=conference;text=CONFERENCE;");
aI("showmenu=resources;text=RESOURCES;");
aI("showmenu=postgrads;text=POSTGRADUATES;");
aI("showmenu=news;text=NEWS;");
aI("showmenu=history;text=HISTORY;");
aI("text=JOIN THE SOCIETY;url=/joining.asp");
aI("showmenu=admin;text=ADMINISTRATION;");
aI("text=LOGIN;url=/bookit/bkitmybookings.asp");
}

with(milonic=new menuname("conference")){
style=menuStyle;
aI("text=About;url=/conference.asp;")
aI("text=2012 Booking;url=/booking.asp;")
aI("text=Short papers call;url=/short.asp;")
aI("text=Seminar papers call;url=/seminar.asp;")
aI("text=Bursary fund;url=/bursary.asp;")
aI("text=Documents;url=/documents.asp;")
aI("text=Future dates;url=/dates.asp;")
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Students;url=/students.asp;");
aI("text=E-learning;url=/elearning.asp;");
aI("text=Ministerial formation;url=/ministry.asp;");
aI("text=Pedagogy;url=/pedagogy.asp;");
aI("text=Issues and approaches;url=/issues.asp;");
}

with(milonic=new menuname("postgrads")){
style=menuStyle;
aI("text=Conference;url=/pgconf.asp;");
aI("text=Gunton Prize;url=/prize.asp;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Subscriptions;url=/subscriptions.asp;");
aI("text=Postings;url=/postings.asp;");
aI("text=Publisher deals;url=/pubdeals.asp;");
aI("text=Directory;url=/directory.asp;");
aI("text=Mailing list;url=/mailing.asp;");
}

with(milonic=new menuname("history")){
style=menuStyle;
aI("text=Annual reports;url=/reports.asp;");
aI("text=Themes;url=/themes.asp;");
aI("text=Speakers;url=/speakers.asp;");
aI("text=Officers and committee;url=/pastcommittee.asp;");
}

with(milonic=new menuname("admin")){
style=menuStyle;
aI("text=Constitution;url=/constitution.asp;");
aI("text=Committee;url=/committee.asp;");
aI("text=Website;url=/website.asp;");
aI("text=Contact / Feedback;url=/contact.asp;");
}

drawMenus();


