function OuvrirPopup(page,nom,option)
 {
	//window.open("LC_calcul.php","Calculateur LC","Calculateur LC,location = no, menubar = no, resizable =no, scrollbars = no, toolbar =no,status = no,width = 450,height =250");
  window.open(page,nom,option);
}
