    /* Break out of frames */
    if (top!=self) {top.location=location;}

    HomeOn = new Image(150, 25);
    HomeOn.src = "images/HomeOn.gif";

    HomeOff = new Image(150, 25);
    HomeOff.src = "images/Home.gif";

    CommunityOn = new Image(150, 25);
    CommunityOn.src = "images/CommunityOn.gif";
    
    CommunityOff = new Image(150, 25);
    CommunityOff.src = "images/Community.gif";

    OurPriestOn = new Image(150, 25);
    OurPriestOn.src = "images/OurPriestOn.gif";
    
    OurPriestOff = new Image(150, 25);
    OurPriestOff.src = "images/OurPriest.gif";

    ResourcesOn = new Image(150, 25);
    ResourcesOn.src = "images/ResourcesOn.gif";

    ResourcesOff = new Image(150, 25);
    ResourcesOff.src = "images/Resources.gif";

    ContactOn = new Image(150, 25);
    ContactOn.src = "images/ContactOn.gif";

    ContactOff = new Image(150, 25);
    ContactOff.src = "images/Contact.gif";

    GalleryOn = new Image(150, 25);
    GalleryOn.src = "images/GalleryOn.gif";

    GalleryOff = new Image(150, 25);
    GalleryOff.src = "images/Gallery.gif";



    function SPOTH_mouseOn(n)
    {
        imageOn = eval(n + "On.src");
        document[n].src = imageOn;
    }
    function SPOTH_mouseOff(n)
    {
        imageOff = eval(n + "Off.src");
        document[n].src = imageOff;
    }

    function SPOTH_popUp(name, URL, w, h) {
    //window.open('index.html', 'hello', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500');
    //alert('URL:'+URL+',name:'+name+'');
    window.open(URL, name, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+'');
    }
     

