//
var iName=""; 
{
default1 = new Image(); default1.src = "images/btn_home.gif";
changed1 = new Image(); changed1.src = "images/btn_home_ro.gif";
default2 = new Image(); default2.src = "images/btn_rates.gif";
changed2 = new Image(); changed2.src = "images/btn_rates_ro.gif";
default3 = new Image(); default3.src = "images/btn_cottages.gif";
changed3 = new Image(); changed3.src = "images/btn_cottages_ro.gif";
default4 = new Image(); default4.src = "images/btn_camping.gif";
changed4 = new Image(); changed4.src = "images/btn_camping_ro.gif";
default5 = new Image(); default5.src = "images/btn_activities.gif";
changed5 = new Image(); changed5.src = "images/btn_activities_ro.gif";
default6 = new Image(); default6.src = "images/btn_gallery.gif";
changed6 = new Image(); changed6.src = "images/btn_gallery_ro.gif";
default7 = new Image(); default7.src = "images/btn_contact.gif";
changed7 = new Image(); changed7.src = "images/btn_contact_ro.gif";

  }
  function Ichange(p) {
    {
    var pSrc=eval(p+ ".src");
		document[iName].src = pSrc;
    }
  }
  
  function popup(source){
	newView = window.open(source,'popup','width=700,height=630 resizable=no,scrollbars=yes,toolbar=no')
	newView.focus();
}

function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

function openPictureWindow_Fever(imageType,imageName,imageWidth,imageHeight,alt,posLeft,posTop) {  // v4.01
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",scrollbars=no,left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	if (imageType == "swf"){
	newWindow.document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"'+imageWidth+'\" height=\"'+imageHeight+'\">');
	newWindow.document.write('<param name=movie value=\"'+imageName+'\"><param name=quality value=high>');
	newWindow.document.write('<embed src=\"'+imageName+'\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"'+imageWidth+'\" height=\"'+imageHeight+'\">');
	newWindow.document.write('</embed></object>');	}else{
	newWindow.document.write('<img src=\"'+imageName+'\" width='+imageWidth+' height='+imageHeight+' alt=\"'+alt+'\">'); 	}
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

// 