function add_comment(idcomment,site)
	{
	window.open('http://www.ouestweb.com/commentaires/popup_comment.php?id='+idcomment+'&site='+site,'commentaire','width=680,height=360');
	}
function view_comment(idcomment,site)
	{
	window.open('http://www.ouestweb.com/commentaires/comment_view.php?id='+idcomment+'&site='+site,'commentaire','location=no,toolbar=no,resizable=yes,scrollbars=yes, width=680,height=480');
	}
