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=-10;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headercolor="#000099";
offbgcolor="#B7CDB8";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#FFFFFF"
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(header=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#330099";
onbgcolor="#ffffff";
oncolor="#336633";
outfilter="";
overfilter="";
padding=3;
pagebgcolor="#ffffff";
pagecolor="#000000";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="15";
subimage="images/arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=header;
top=111;
left=7;
alwaysvisible=1;
orientation="horizontal";
aI("text=<b>Our Parish</b>;showmenu=Our Parish;");
aI("text=<b>Latest News</b>;url=news.php;");
aI("text=<b>Schedules</b>;showmenu=Schedules;");
aI("text=<b>Photos</b>;url=pictures.php;");
aI("text=<b>Cemetery</b>;url=cemetery.php;");
aI("text=<b>Directions</b>;url=directions.php;");
aI("text=<b>Contact</b>;showmenu=Contact;");
}

with(milonic=new menuname("Our Parish")){
style=menuStyle;
overflow="scroll";
aI("text=Home Page;url=index.php;");
aI("text=Mission Statement;url=mission_statement.php;");
aI("text=History;url=history.php;");
aI("text=Our Staff;url=staff.php;");
aI("text=Music Ministry;url=music.php;");
aI("text=Outreach Program;url=outreach.php;");
aI("text=Fr. Finnegan's Sermons;url=sermons.php;");
aI("text=FAQ;url=faq.php;");
}


with(milonic=new menuname("Schedules")){
style=menuStyle;
aI("text=Mass Schedules;url=masses.php;");
aI("text=Adoration;url=adoration.php;");
aI("text=Religious Education;url=religious_education.php;");
aI("text=Lector Schedule;url=images/lectorschedule.pdf;");
aI("text=Server Schedule;url=images/serverschedule.pdf;");
}


with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=infor.php;");
aI("text=Parish Guestbook;url=guestbook/st_guestbook.php;");
}


drawMenus();

