		//loading images:
		if (((navigator.appName == "Netscape") &&
 		(parseInt (navigator.appVersion) >= 3 )) ||
 		((navigator.appName == "Microsoft Internet Explorer") &&
 		(parseInt (navigator.appVersion) >=4 )))

		{



<!-- home page-->
		  		Home = new Image();
				Home.src = "Pics/Buttons/ButHome.gif";
				HomeO = new Image();
				HomeO.src = "Pics/Buttons/ButHome2.gif";

<!-- accommodation-->
				Accommodation = new Image();
				Accommodation.src = "Pics/Buttons/ButAcc.gif";
				AccommodationO = new Image();
				AccommodationO.src = "Pics/Buttons/ButAcc2.gif";

<!-- location-->
                Location = new Image();
                Location.src = "Pics/Buttons/ButLoc.gif";
                LocationO = new Image();
                LocationO.src = "Pics/Buttons/ButLoc2.gif";

<!-- photo gallery-->
                Gallery = new Image();
                Gallery.src = "Pics/Buttons/ButGal.gif";
                GalleryO = new Image();
                GalleryO.src = "Pics/Buttons/ButGal2.gif";

<!-- reservations-->
                Reservations = new Image();
                Reservations.src = "Pics/Buttons/ButRes.gif";
                ReservationsO = new Image();
                ReservationsO.src = "Pics/Buttons/ButRes2.gif";

<!-- contact us-->
                Contact = new Image();
                Contact.src = "Pics/Buttons/ButCon.gif";
                ContactO = new Image();
                ContactO.src = "Pics/Buttons/ButCon2.gif";

<!-- guest reviews-->
                Guest = new Image();
                Guest.src = "Pics/Buttons/ButGuest.gif";
                GuestO = new Image();
                GuestO.src = "Pics/Buttons/ButGuest2.gif";

<!-- history-->
                History = new Image();
                History.src = "Pics/Buttons/ButHist.gif";
                HistoryO = new Image();
                HistoryO.src = "Pics/Buttons/ButHist2.gif";




		function hiLite(imgDocID,imgObjName) {

		if (((navigator.appName == "Netscape") &&
 		(parseInt (navigator.appVersion) >= 3 )) ||
 		((navigator.appName == "Microsoft Internet Explorer") &&
 		(parseInt (navigator.appVersion) >=4 )))
			{
				{document.images[imgDocID].src = eval(imgObjName + ".src") }
			}
		}}