<!--

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

function openDialogWin(URL,nom,l,h) {
	hauteur = Math.round((screen.availHeight-h)/2);
    largeur = Math.round((screen.availWidth-l)/2);

                  window.open(URL, nom, "resizable=no,scrollbars=no, height="+ h +",width="+ l  + ",top="+hauteur+",left="+largeur);
				  
}

//-->
