<!--
function ouvreFenetre(pUrl, pNom, pWidth, pHeight) {
	var parametres = 'width=' + pWidth + ',height=' + pHeight + ', status=no, scrollbars=no, resizable=no';
  window.open(pUrl, pNom ,parametres);
}
//-->
