function openActu(uid_evenement, width, heigth){
	window.open("photo-news.php?uid="+uid_evenement, "photo", "width="+width+",heigth="+heigth+",menubar=no,scrollbars=no,resizable=yes");
}

function reroute(id){
	window.location="news.php?uid="+id;
}
