/* Javascript file saved as jsni.js for Sacred Heart Church */
if (document.images) {
uphome = new Image(138,30); uphome.src = "uphome.gif";
dnhome = new Image(138,30); dnhome.src = "dnhome.gif";
upinfo = new Image(138,30); upinfo.src = "upinfo.gif";
dninfo = new Image(138,30); dninfo.src = "dninfo.gif";
upcda = new Image(138,30); upcda.src = "upcda.gif";
dncda = new Image(138,30); dncda.src = "dncda.gif";
uppastor = new Image(138,30); uppastor.src = "uppastor.gif";
dnpastor = new Image(138,30); dnpastor.src = "dnpastor.gif";
uplinks = new Image(138,30); uplinks.src = "uplinks.gif";
dnlinks = new Image(138,30); dnlinks.src = "dnlinks.gif";
upabout = new Image(138,30); upabout.src = "upabout.gif";
dnabout = new Image(138,30); dnabout.src = "dnabout.gif";
upcontact = new Image(138,30); upcontact.src = "upcontact.gif";
dncontact = new Image(138,30); dncontact.src = "dncontact.gif";
dnalert = new Image(138,30); dnalert.src = "dnalert.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
