function chargePage(nompage) {
	top.location.href=nompage;
}

function popupOrganisme(idOrg){
	sw=Math.round((screen.availWidth-330)/2);
	sh=Math.round((screen.availHeight-520)/2);
	w=open("popup-organisme.php?idOrg="+idOrg,"Organisme","width=400,height=500,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}
function Plan1() {
	sw=Math.round((screen.availWidth-330)/2);
	sh=Math.round((screen.availHeight-520)/2);
	w=open("popup-plan1.php","plan1","width=330,height=520,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}
function Plan2() {
	sw=Math.round((screen.availWidth-630)/2);
	sh=Math.round((screen.availHeight-530)/2);
	w=open("popup-plan2.php","plan2","width=630,height=530,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}