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=20;
_subOffsetleft=-2;




with(menuStyle=new mm_style()){
bordercolor="#008000";
borderstyle="groove";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.peorianotredame.com/shamrock.gif";
subimagepadding=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=Home;url=http://www.peorianotredame.com/index.html;");
aI("showmenu=Academics;text=Academics;");
aI("showmenu=Activities;text=Activities;");
aI("showmenu=Athletics;text=Athletics;");
aI("showmenu=Admission;text=Admission;");
aI("showmenu=Alumni;text=Alumni;");
aI("showmenu=Staff;text=Staff;");
}

with(academics=new menuname("Academics")){
overflow="scroll";
style=menuStyle;
aI("text=Faculty Web;url=http://blackbaud.peorianotredame.com/FaWeb7;")
aI("text=Net Classroom;url=http://blackbaud.peorianotredame.com/NetClassroom7;")
aI("text=Library;url=http://www.peorianotredame.com/libraryA.html;")
aI("text=Curriculum;url=http://www.peorianotredame.com/2009-2010_Curriculum_Guide.pdf;")
aI("text=Counseling;url=http://www.peorianotredame.com/guidanceservice.html;")
aI("text=NCA Study;url=http://www.peorianotredame.com/ncastudy.html;")
aI("text=Governance;url=http://www.peorianotredame.com/governance.html;")
aI("text=FAQ;url=http://www.peorianotredame.com/faq.html;");
}

with(Activities=new menuname("Activities")){
style=menuStyle;
aI("text=Christian Service;url=http://www.peorianotredame.com/christianserviceintro.html;");
aI("text=Extracurricular Activities;url=http://www.peorianotredame.com/activities.html;");
aI("Survival Guide;url=http://www.peorianotredame.com/guide.html;");
}

with(Athletics=new menuname("Athletics")){
style=menuStyle;
aI("text=Athletic Schedules;url=http://www.peorianotredame.com/Athletics.html;");
aI("text=Athletic Tickets;url=http://www.peorianotredame.com/athticks.html;");
aI("text=Booster Club;url=http://www.peorianotredame.com/boosters.html;");
}

with(admission=new menuname("Admission")){
style=menuStyle;
aI("text=Tuition;url=http://www.peorianotredame.com/tuition.html;");
aI("text=Financial Aid;url=http://www.peorianotredame.com/aid.html;");
}

with(alumni=new menuname("Alumni")){
style=menuStyle;
aI("text=Reunions;url=http://www.peorianotredame.com/reunions.html;");
aI("text=Alumni News;url=http://www.peorianotredame.com/alumninews.html;");
aI("text=History;url=http://www.peorianotredame.com/history.html;");
}

with(staff=new menuname("Staff")){
style=menuStyle;
aI("text=Faculty;url=http://www.peorianotredame.com/staff.html;");
}



drawMenus();

