


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#f3f6ff";
oncolor="#ffffff";
offbgcolor="#f3f6ff";
offcolor="#003366";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("abtfsp")){
style=menuStyle;
borderwidth=1;
left=3; 
top=130; 
aI("text=Who are we?;url=http://www.daughtersofstpaul.com/daughters/index.html");
aI("text=Spirituality & mission;url=http://www.daughtersofstpaul.com/daughters/apostolicspir1.html");
aI("text=Founders;url=http://www.daughtersofstpaul.com/daughters/alberione1.html");
aI("text=Is God calling you?;url=http://www.daughtersofstpaul.com/daughters/vocations/index.html");
aI("text=Pauline family;url=http://www.daughtersofstpaul.com/daughters/pfam1.html");
}

with(milonic=new menuname("pbm")){
style=menuStyle;
borderwidth=1;
left=110; 
top=130;
aI("text=Publishing house;url=http://www.daughtersofstpaul.com/pbm/");
aI("text=Writer’s Guidelines;url=http://www.daughtersofstpaul.com/pbm/editorial/editorialguidelines.html");
aI("text=Pauline Books & Media stores;url=http://www.daughtersofstpaul.com/bookcenters/");
aI("text=Media studies;url=http://www.daughtersofstpaul.com/mediastudies/");
}


with(milonic=new menuname("events")){
style=menuStyle;
borderwidth=1;
left=225; 
top=130;
aI("text=Pauline Books & Media stores;url=http://www.daughtersofstpaul.com/bookcenters/index.html");
aI("text=Events;url=http://www.daughtersofstpaul.com/events/");
aI("text=Welcoming Baby Jesus' Day;url=http://www.daughtersofstpaul.com/events/babyjesusparty2008.html");
aI("text=International;url=http://www.daughtersofstpaul.com/links/dsplinks.html");
}


with(milonic=new menuname("growinginfaith")){
style=menuStyle;
borderwidth=1;
left=420; 
top=130;
aI("text=Index page;url=http://www.daughtersofstpaul.com/growinginfaith/index.html");
aI("text=Daily cyberprayer;url=http://www.daughtersofstpaul.com/growinginfaith/dailyprayers/");
aI("text=Saint-a-Day;url=http://www.daughtersofstpaul.com/saintday/");
aI("text=Life ways;url=http://www.daughtersofstpaul.com/growinginfaith/lifeways/index.html");
aI("text=Resource links;url=http://www.daughtersofstpaul.com/links/index.html");
}


with(milonic=new menuname("kids")){
style=menuStyle;
borderwidth=1;
left=505; 
top=130;
aI("text=Start here;url=http://www.daughtersofstpaul.com/paulinekids/index.html");
aI("text=Fun & games;url=http://www.daughtersofstpaul.com/paulinekids/games/index.html");
aI("text=Saint-a-Day;url=http://www.daughtersofstpaul.com/saintday/");
}


with(milonic=new menuname("music")){
style=menuStyle;
borderwidth=1;
left=593; 
top=130;
aI("text=Praise & Worship;url=http://www.sisterssong.org");
aI("text=Music store;url=http://pauline.org/store/dspmusic.html");
}


with(milonic=new menuname("spn")){
style=menuStyle;
borderwidth=1;
left=658; 
top=130;
aI("text=Spanish catalog;url=http://www.pauline.org/store/spanish.html");
aI("text=Radio;url=http://www.daughtersofstpaul.com/spnradio/");
}


drawMenus();


