// JavaScript Document//Please note that this document contains precisely the same functions as the main javascript file, but has been modified to allow items in the archive folder to find the images, etc. located outside the Archive folder.  If this script file is not used for items in the archive folder, the rollovers will not work on pages located in the script folder.ministryOff = new ImageministryOn = new ImageparishOff = new ImageparishOn = new ImagenewsOff = new ImagenewsOn = new ImagedayOff = new ImagedayOn = new ImagefaithOff = new ImagefaithOn = new ImagehistoryOff = new ImagehistoryOn = new ImagehomeOff = new ImagehomeOn = new ImagepathOff = new ImagepathOn = new ImageworldOff = new ImageworldOn = new ImagecallOff = new ImagecallOn = new ImagefindpathOff = new ImagefindpathOn = new ImagefindplaceOff = new ImagefindplaceOn = new ImagepostnovOff = new ImagepostnovOn = new ImagevowsOff = new ImagevowsOn = new ImagebrothersOff = new ImagebrothersOn = new ImageministryOff.src = "../images/ministry.gif"ministryOn.src = "../images/ministry_ro.gif"parishOff.src = "../images/parish.gif"parishOn.src = "../images/parish_ro.gif"newsOff.src = "../images/news.gif"newsOn.src = "../images/news_ro.gif"dayOff.src = "../images/day.gif"dayOn.src = "../images/day_ro.gif"faithOff.src = "../images/faith.gif"faithOn.src = "../images/faith_ro.gif"historyOff.src = "../images/history.gif"historyOn.src = "../images/history_ro.gif"homeOff.src = "../images/home.gif"homeOn.src = "../images/home_ro.gif"pathOff.src = "../images/path.gif"pathOn.src = "../images/path_ro.gif"worldOff.src = "../images/world.gif"worldOn.src = "../images/world_ro.gif"callOff.src = "../images/call.gif"callOn.src = "../images/call_ro.gif"findpathOff.src = "../images/findpath.gif"findpathOn.src = "../images/findpath_ro.gif"findplaceOff.src = "../images/findplace.gif"findplaceOn.src = "../images/findplace_ro.gif"postnovOff.src = "../images/postnov.gif"postnovOn.src = "../images/postnov_ro.gif"vowsOff.src = "../images/vows.gif"vowsOn.src = "../images/vows_ro.gif"brothersOff.src = "../images/brothers.gif"brothersOn.src = "../images/brothers_ro.gif"function imgOn(thisImg) {document[thisImg].src = "../images/" + thisImg + "_ro.gif"}function imgOff(thisImg) {document[thisImg].src = "../images/" + thisImg + ".gif"}function gatekeeper(){var password = prompt("Hello, Brother.  Please enter your password to access your email.","");if (password == "dominic") {location="https://email.secureserver.net"}else {alert ("Your password is incorrect.  Please retry your password or contact Br. Adam Zawadzki to verify your password.")}}
