function ouvrir_popup(page_php,height,width)
{
	if(!height)
		height="410";
	if(!width)
		width="600";
	window.open(page_php,null,"height="+height+",width="+width+",status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}