	
function cp(id)
	{
	(new Image()).src="/cp.php?id="+id;
	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)
	}
	
if (top.frames.length > 0)
  top.location.href = self.location;

	if(self!=top)
	{
	top.location.href=self.location.href;
	}
	if(document.all)
	{
	window.moveTo(0,0);window.resizeTo(screen.availWidth,screen.availHeight);
	}