function cc(id_site)
	{
	(new Image()).src="/clique.php?donnees="+id_site;
	return true;
	}
	
function copy(theField)
	{
	var tempval=eval("document."+theField)
	tempval.focus();
	tempval.select();
	therange=tempval.createTextRange()
	therange.execCommand("Copy")
	window.status="Sélection du code HTML"
	setTimeout("window.status=''",5000)
	}