//  CopyRight :: CopyRight Script  //

function click() {
if (event.button==2) {
alert(' CopyRight ® Golfvakantie.nl');
}
}
document.onmousedown=click


// DHTML Script-je //

function kadabra(zap) {
  if (document.getElementById) {
  var abra = document.getElementById(zap).style;
  if (abra.display == "block") {
   abra.display = "none";
   } else {
   abra.display= "block";
   }
   return false;
   } else {
   return true;
  }
}

// Photo Gallery Script //

function ShowImage(Thumb)
{
   var BigImage = document.getElementById('gallery_big');
   BigImage.src = Thumb.src;
}

 	

		