/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=250; // no quotes!!
staticYOffset=10; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=50; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=250; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#00b5ef";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#8dcff4";
linkOverBGColor="#FDFBC8";
linkTarget="_top";
linkAlign="left";
barBGColor="#00b5ef";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Parish Menu","MENU")
addItem("Home page","index.htm", ""); 
addItem("Building Fund", "Building.htm", "");
addItem("Bulletin Download", "bulletin.htm" , "");
addItem("Community Services", "Services.htm", "");
addItem("Contact a Ministry", "mail.htm", "");
addItem("From the Desk", "fromthedeskof.htm", "");
addItem("Information Links", "Links.htm", "");
addItem("Mass Intentions", "external4.htm", "");
addItem("Meet our Staff", "meetourstaff.htm", "");
addItem("Ministries", "ministries.htm", "");
addItem("Ministry of Mothers", "external3.htm", "");
addItem("New Member Register", "register.htm", "");
addItem("From This Weeks Bulletin", "external11.htm", "");
addItem("Our Departed In Christ", "external13.htm", "");
addItem("Outreach Ministry", "external7.htm", "");
addItem("Parish History", "history.htm", "");
addItem("Parish Schedule", "Calendar.htm", "");
addItem("Patron Saints", "saints.htm", "");
addItem("RCIA", "external6.htm", "");
addItem("Sacraments", "sacraments.htm", "");
addItem("Stewardship Report", "Notice.htm", "");
addItem("Stewardship", "stewardship.htm", "");
addItem("Sunday Reading", "readings.htm", "");
addItem("Contact the Webmaster", "webmaster.htm", "");
endMenu()



