function winopen(Front,width,height){
 window.open(Front,'','width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=yes,resizable=yes,screenX=50,screenY=50');
}

function conf_sup(id){
   var a = confirm("Voulez-vous vraiment supprimer cet élément ?\n\n\n  ATTENTION ACTION IRREVERSIBLE !!");
   if(a == true){
      window.location.href = "<?php echo $page_to_suppr ?>" + id;
   }
}


<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->