
<!-- Window PopUp starts here -->


function PopUp_Ray(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->



   if (document.images) {

        buton1= new Image ();
        buton1.src= "img/inquire1.jpg";
        butonJ1= new Image ();
        butonJ1.src= "img/inquire2.jpg";

       	buton2= new Image ();
        buton2.src= "img/about1.jpg";
        butonJ2= new Image ();
        butonJ2.src= "img/about2.jpg";

       	buton3= new Image ();
        buton3.src= "img/menu1.jpg";
        butonJ3= new Image ();
        butonJ3.src= "img/menu2.jpg";

      	buton4= new Image ();
        buton4.src= "img/events1.jpg";
        butonJ4= new Image ();
        butonJ4.src= "img/events2.jpg";

       	buton5= new Image ();
        buton5.src= "img/contact1.jpg";
        butonJ5= new Image ();
        butonJ5.src= "img/contact2.jpg";

      	buton6= new Image ();
        buton6.src= "img/find1.jpg";
        butonJ6= new Image ();
        butonJ6.src= "img/find2.jpg";
        
        buton7= new Image ();
        buton7.src= "img/maps1.jpg";
        butonJ7= new Image ();
        butonJ7.src= "img/maps2.jpg";
        
        buton8= new Image ();
        buton8.src= "img/menu3.jpg";
        butonJ8= new Image ();
        butonJ8.src= "img/menu3B.jpg";
        
        buton9= new Image ();
        buton9.src= "img/menu4.jpg";
        butonJ9= new Image ();
        butonJ9.src= "img/menu4B.jpg";




   

       


   }


        function AnimateImage(imgid,imgnew) {
      if (document.images) {
        document.images[imgid].src=eval(imgnew + ".src");
           }
   }

// -->


