function DisplayComment(id)

    	{

    		window.open ("comment.php?id=" + id,"CardComment","0,0,0,0,0,scrollbars=yes,0,width=260,height=420");

	}
