// Predeclare Images

        if (document.images)
        {
                acc = new Image();
                acc.src = "../nav/acc-x.gif";
                acc_on = new Image();
                acc_on.src = "../nav/acc.gif";
				
				activities = new Image();
                activities.src = "../nav/activities-x.gif";
                activities_on = new Image();
                activities_on.src = "../nav/activities.gif";
				
				amenities = new Image();
                amenities.src = "../nav/amenities-x.gif";
                amenities_on = new Image();
                amenities_on.src = "../nav/amenities.gif";
				
				brochure = new Image();
                brochure.src = "../nav/brochure-x.gif";
                brochure_on = new Image();
                brochure_on.src = "../nav/brochure.gif";
				
				business = new Image();
                business.src = "../nav/business-x.gif";
                business_on = new Image();
                business_on.src = "../nav/business.gif";
				
				dining = new Image();
                dining.src = "../nav/dining-x.gif";
                dining_on = new Image();
                dining_on.src = "../nav/dining.gif";
				
				diving = new Image();
                diving.src = "../nav/diving-x.gif";
                diving_on = new Image();
                diving_on.src = "../nav/diving.gif";
				
				faq = new Image();
                faq.src = "../nav/faq-x.gif";
                faq_on = new Image();
                faq_on.src = "../nav/faq.gif";
				
				fishing = new Image();
                fishing.src = "../nav/fishing-x.gif";
                fishing_on = new Image();
                fishing_on.src = "../nav/fishing.gif";
				
				/*goingon = new Image();
                goingon.src = "../nav/goingon-x.gif";
                goingon_on = new Image();
                goingon_on.src = "../nav/goingon.gif";*/
				
				residences = new Image();
                residences.src = "../nav/residences-x.gif";
                residences_on = new Image();
                residences_on.src = "../nav/residences.gif";
				
				guestbook = new Image();
                guestbook.src = "../nav/guestbook-x.gif";
                guestbook_on = new Image();
                guestbook_on.src = "../nav/guestbook.gif";
				
				info = new Image();
                info.src = "../nav/info-x.gif";
                info_on = new Image();
                info_on.src = "../nav/info.gif";
				
				rates = new Image();
                rates.src = "../nav/rates-x.gif";
                rates_on = new Image();
                rates_on.src = "../nav/rates.gif";
				
				reservations = new Image();
                reservations.src = "../nav/reservations-x.gif";
                reservations_on = new Image();
                reservations_on.src = "../nav/reservations.gif";
				
				specials = new Image();
                specials.src = "../nav/specials-x.gif";
                specials_on = new Image();
                specials_on.src = "../nav/specials.gif";
				
				weddings = new Image();
                weddings.src = "../nav/weddings-x.gif";
                weddings_on = new Image();
                weddings_on.src = "../nav/weddings.gif";
				
				spa = new Image();
                spa.src = "../nav/spa-x.gif";
                spa_on = new Image();
                spa_on.src = "../nav/spa.gif";
				
				weddings = new Image();
                weddings.src = "../nav/weddings-x.gif";
                weddings_on = new Image();
                weddings_on.src = "../nav/weddings.gif";

				goingon = new Image();
                goingon.src = "../nav/goingon-x.gif";
                goingon_on = new Image();
                goingon_on.src = "../nav/goingon.gif";
				
				links = new Image();
                links.src = "/nav/links-x.gif";
                links_on = new Image();
                links_on.src = "/nav/links.gif";

            }
			


//  Function for Image On or Off

function change(img,act)
{ if (document.images) 
  { if (act=="on")  
    { document [img].src = eval(img+'_on.src'); 
     } 
    else
    { document [img].src = eval(img+'.src');} 
  } 
}



