function ouvrir_player()
	{
	window.open('./player/index.html','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=340, height=40, left=100, top=100');
}



