function Open_fiche(li,typ)
{
	var link;
	fic=li.id
	link = 'http://www.dmkimmo.com/op_fiche.php?id='+fic+'&typ='+typ+'';
	window.open(link,'Fiche','top=10,left=10,scrollbars=yes,resizable=no,width=760,height=300');

}