function oclep(cible) {
  switch (cible) {
    case "papi" :
      logSeq = "http://www.eole-production.com/cntadmin2/papi.php?E_acc=*";
      break;
    case "ecole" :
      logSeq = "http://www.eole-production.com/cntadmin2/ecole.php?E_acc=*";
      break;
    case "emploi" :
      logSeq = "http://www.eole-production.com/cntadmin2/emploi.php?E_acc=*";
      break;
  }
  pop=window.open(logSeq,"cnt"+cible, "width=780,height=535,resizable='yes'");
  pop.focus();
}