


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FFCC00";
oncolor="#000000";
offbgcolor="#336633";
offcolor="#ffffff";
borderwidth=0;
bordercolor="#CCE5AA";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana,Arial,Helvetica";
subimage="arrowdn.gif";
subimagepadding="4";

}

with(menuStyle2=new mm_style()){
onbgcolor="#ffcc00";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#CCE5AA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ccddaa";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana,Arial,Helvetica";
subimage="arrowdn-black.gif";
subimagepadding="2";}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=2; 
left=35;
alwaysvisible=1;
orientation="horizontal";
screenposition="left";
itemwidth="100%";
menuwidth="100%";
aI("text=Home;url=index.html");
aI("text=Parish Info.;showmenu=info;");
aI("text=Liturgy/Sacraments;showmenu=liturgy;");
aI("text=Ministries;url=ministries.html");
aI("text=Religious&nbsp;Ed/Faith Formation;showmenu=education;");
aI("text=CD Saddleback;url=http://www.cdsaddleback.org");
}


with(milonic=new menuname("info")){
style=menuStyle2;
left="offset=0";
aI("text=Directions;url=directions.html;");
aI("text=Sunday Bulletin;url=bulletin.pdf;");
aI("text=Parish Office;url=staff.html;");
aI("text=Parish Council;url=ppc.html;");
aI("text=History;url=history.html;");
aI("text=Register;url=register.html;");
aI("text=Contact Us;url=contact.html;");
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("liturgy")){
style=menuStyle2;
aI("text=Mass Schedule;url=mass.html;");
aI("text=Readings;url=readings.html;");
aI("text=Holy Days/Liturgical Celebrations;url=special.html;");
aI("text=Reconciliation;url=reconciliation.html;");
aI("text=Marriages;url=marriage.html;");
aI("text=Funerals;url=funeral.html;");
aI("text=Baptism;url=baptism.html;");
aI("text=Anointing of the Sick;url=anointing.html;");
}

with(milonic=new menuname("education")){
style=menuStyle2;
aI("text=School of Religious Education;url=education.html;");
aI("text=Liturgy of the Word for Children;url=SRE_liturgy4children.html;");
aI("text=Elementary SRE;url=SRE_elementary.html;");
aI("text=Confirmation;url=SRE_confirmation.html;");
aI("text=RCIA (Adults);url=RCIA.html;");
aI("text=Youth Ministry;url=youth-ministry.html;");

}



drawMenus();



