var infoCond="left=0,top=0,width=700,height="+(screen.availHeight-50)+",dependent=yes,titlebar=yes,scrollbars";
var infoProd="left=0,top=0,width=500,height="+(screen.availHeight-50)+",dependent=yes,titlebar=yes,scrollbars";
function AfficherLegendre(param, url) {
	if (param=='Condition') affleg=window.open(url, 'cond', infoCond);
	if (param=='Protection') affleg=window.open(url, 'prod', infoProd);
	affleg.focus();
}