
function copyright()
{
  alert('Copyright Miss Fête des Vendanges');
  return false;
}

function ShowPicture( id, w, h, nom )
{
  window.open('popup_photo.asp?id=' + id + '&w=' + w + '&h=' + h + '&nom=' + nom,'popup','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h);
//  window.open('popup_photo.asp?id=' + id + '&w=' + w + '&h=' + h + '&nom=test','popup','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h);
}