


_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=0              // 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;
separatorcolor="#ffffff";
separatorsize="2";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana,Arial,Helvetica";
pagecolor="003399";
pagebgcolor="003399";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="4";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffcc00";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#f0f0f0";
borderstyle="solid";
borderwidth=3;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="1em";
fontstyle="bold";
fontfamily="Arial,Helvetica";
pagecolor="003399";
pagebgcolor="003399";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn-black.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
left=1;
top=97; 
alwaysvisible=1;
orientation="horizontal";
itemwidth="150";
menuwidth="100%";
aI("text=Parish Info.;showmenu=info;");
aI("text=Liturgy/Sacraments;showmenu=liturgy;");
aI("text=Ministries;url=ministries.html");
aI("text=Religious Education<br>Faith Formation;showmenu=education;");
aI("text=C&#7897;ng&nbsp;&#272;&#7891;ng Saddleback;url=http://www.cdsaddleback.org");
}


with(milonic=new menuname("info")){
style=menuStyle2;
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;");
aI("text=Parish Center Blog;url=http://stnicholaschurch.wordpress.com;target=_blank");
}

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;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();



