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