function lancer(r,si) {
	fenetre=window.open(r, "Dossier_"+si, "toolbar=0,menubar=0,location=0,resizable=1,top=0,left=0,status=0,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight - 25));
	fenetre.focus();
}

