// close box of the maternelle games (swf)
function returnMenuPage()
{
	//window.parent.location.href = '../'+returnToMenu;
	
	window.parent.location.href = window.parent.location.pathname;
}