
	function popup_new_comments(){
		var adresse = 'popup_new_comments.php';
		window.open(adresse, "NewComments", "width=800,height=600,left=200,top=200,scrollbars=yes,resizable=no");
	}

