function PopupQuizz(l)
{
	xPositionPopup = Math.round((screen.availWidth / 2) - (1024 / 2));
	yPositionPopup = Math.round((screen.availHeight / 2) - (650 / 2));
	window.open('/quizz/index.php?langue=' + l,'quizz','top=' + yPositionPopup + ',left=' + xPositionPopup + ',resizable=no, location=no, width=1024, height=650, menubar=no, status=no, scrollbars=no, menubar=no');
}
function PopupDrlove(l)
{
	xPositionPopup = Math.round((screen.availWidth / 2) - (1024 / 2));
	yPositionPopup = Math.round((screen.availHeight / 2) - (650 / 2));
	window.open('/dr_love/index.php?langue=' + l,'drlove','top=' + yPositionPopup + ',left=' + xPositionPopup + ',resizable=no, location=no, width=1024, height=650, menubar=no, status=no, scrollbars=no, menubar=no');
}
