function imageClick() 
{
  if (event.button==2) {
    alert('Deze functie is uitgeschakeld.\nStuur even een mailtje\n\nThis function is disabled\nYou can send an email if you want a copy of the photos');
  }
}

