function opnews(url ) {
	window.open(url, "CandiULB_news", "width=350,height=350,scrollbars" );

}

function ophtml(url) {
	window.open(url, "CandiULB_concours", "width=550,height=550,scrollbars" );

}