function nouveauResume(basepath,numero,type,lfen,hfen){
   remoteWin = window.open(basepath+'/servlet/Informations?numero='+numero+'&type='+type,'resume','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+lfen+',height='+hfen+',top=50,left=50');
}

function resumeImbrique(numero,type,lfen,hfen){
   remoteWin = window.open('Informations?numero='+numero+'&type='+type,'resume','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+lfen+',height='+hfen+',top=50,left=50');
}

function complement(adresse){
   lfen = 500;
   hfen = 400;
   remoteWin = window.open(adresse,'complement','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+lfen+',height='+hfen+',top=50,left=50');
}