<!--
var url = "";
var produit = "";
var options = "";
var pop = null;
function popup_implent(mon_id) 
{
       //if (pop && pop.open && (! pop.closed)) //on test si 
			if (pop && (! pop.closed)) //on test si 
			{ 
				
				pop.close();
			}
			
	pop = window.open('index.php?id='+mon_id,'Implantation','resizable=no,toolbar=no,scrollbars=Yes,menubar=no,width=560,height=500');
}
-->