      <!-- //

        theoldbridgehotel_off = new Image();
        theoldbridgehotel_off.src = "images/huntsbridge_oldbridgehotel_224x224.gif";
        theoldbridgehotel_on = new Image();
        theoldbridgehotel_on.src = "images/huntsbridge_oldbridgehotel_224x224_on.gif";
        
        winepic_off = new Image();
        winepic_off.src = "images/right2.jpg";
        winepic_on = new Image();
        winepic_on.src = "images/right2_on.jpg";
        
        
        
        thefalcon_off = new Image();
        thefalcon_off.src = "images/huntsbridge_huntsbridge_thefalcon_off.gif";
        thefalcon_on = new Image();
        thefalcon_on.src = "images/huntsbridge_huntsbridge_thefalcon_on.gif";
        thepheasant_off = new Image();
        thepheasant_off.src = "images/huntsbridge_huntsbridge_thepheasant_off.gif";
        thepheasant_on = new Image();
        thepheasant_on.src = "images/huntsbridge_huntsbridge_thepheasant_on.gif";
        thethreehorseshoes_off = new Image();
        thethreehorseshoes_off.src = "images/huntsbridge_huntsbridge_thethreehorseshoes_off.gif";
        thethreehorseshoes_on = new Image();
        thethreehorseshoes_on.src = "images/huntsbridge_huntsbridge_thethreehorseshoes_on.gif";
        footsquare_off = new Image();
        footsquare_off.src = "images/huntsbridge_square_off.gif";
        footsquare_on = new Image();
        footsquare_on.src = "images/huntsbridge_square_on.gif";       
        contactus_off = new Image();
        contactus_off.src = "images/huntsbridge_huntsbridge_contactus_off.gif";
        contactus_on = new Image();
        contactus_on.src = "images/huntsbridge_huntsbridge_contactus_on.gif";
        location_off = new Image();
        location_off.src = "images/huntsbridge_huntsbridge_location_off.gif";
        location_on = new Image();
        location_on.src = "images/huntsbridge_huntsbridge_location_on.gif";
        e_off = new Image();
        e_off.src = "images/huntsbridge_huntsbridge_e_off.gif";
        e_on = new Image();
        e_on.src = "images/huntsbridge_huntsbridge_e_on.gif";

        latestnews_off = new Image();
        latestnews_off.src = "images/huntsbridge_huntsbridge_latestnews_off.gif";
        latestnews_on = new Image();
        latestnews_on.src = "images/huntsbridge_huntsbridge_latestnews_on.gif";

        huntsbridge_off = new Image();
        huntsbridge_off.src = "images/huntsbridge_huntsbridge_off.gif";
        huntsbridge_on = new Image();
        huntsbridge_on.src = "images/huntsbridge_huntsbridge_on.gif";
        
        function swapper(imgName,imgObjName)		
          {
          if (document.images)
            {
            document.images[imgName].src = eval(imgObjName + ".src");
            }
          }

        function openWindow(pub, scrollo, winname)
          {
          if ((navigator.appName=="Netscape") && (navigator.appVersion.substring(0,1)<5))
            {
            var windowHeight = screen.availWidth - 10;
            var windowWidth = screen.availHeight - 30;
            window.open(pub + ".html", winname, "width=" + windowHeight + ",height=" + windowWidth + ",top=0,left=0,scrollbars=" + scrollo + "");
            }
          else
            {
            var windowHeight = screen.availWidth - 10;
            var windowWidth = screen.availHeight - 30;
            window.open(pub + ".php", winname, "width=" + windowHeight + ",height=" + windowWidth + ",top=0,left=0,scrollbars=" + scrollo + "");
            }
          }

      // -->
