function clk(id){
	(new Image()).src="goto.php?id="+id;
	return true;
}