/**
 *
 * Marydor Website Javascript Core Library
 * http://www.marydor.com
 *
 * $Id: core.js,v 1.2 2005/04/20 00:06:12 Yoyo Exp $
 *
 **/

function suppr() {
  return confirm('Supprimer ?');
}


//document.onmousedown = function(eventHandle) {
//  if (eventHandle && (eventHandle.button == 2 || eventHandle.button == 1 + 2)) {
//    alert('Marydor, tous droits reserves');
//    return false;
//  }
//}