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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6A7EA1";
offcolor="#ffffff";
onbgcolor="#A91013";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#6A7EA1";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Teach")){
style=menuStyle;
aI("text=Econ 3317 Syllabus;url=http://myweb.dal.ca/osberg/Courses/Econ3317/3317syllabus.pdf;");
aI("text=Econ 3317 Readings;url=http://myweb.dal.ca/osberg/Courses/Econ3317/3317Readings.pdf;");
aI("text=Econ 3317 Essay;url=http://myweb.dal.ca/osberg/Courses/Econ3317/3317essay.pdf;");
aI("text=Econ 5200 Syllabus;url=http://myweb.dal.ca/osberg/Courses/econ5200.pdf;");
}

with(milonic=new menuname("Article")){
style=menuStyle;
aI("text=Newspaper;url=newspaperarticles.htm;");
aI("text=Academic;url=academicarticles.htm;");
aI("text=Book Chapters;url=bookchapters.htm;");
aI("text=Reviews;url=reviews.htm;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Work in Progress;url=workingprogress.htm;");
aI("text=Working Papers;url=workingpapers.htm;");
}

with(milonic=new menuname("Talks")){
style=menuStyle;
aI("text=Powerpoints;url=powerpoints.htm;");
aI("text=Conference Papers Presented;url=conference.htm;");
}

drawMenus();


