function open_popup(page,hauteur,largeur,titre,barre) 
{ 
	page=window.open(page,titre,"scrollbars="+barre+",status=no,resizable=no,height="+hauteur+",width="+largeur+",top=0,left=0"); 
	page.focus();
} 
