function ouvrir_fenetre_recommandation(lang,groupe, page) {
	window.open('/recommandation/popup.php?langue='+lang+'&groupe=' + groupe + '&page=' + page, "", "width=450,height=500,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes");
}
