function play() {
	var w;
	w=window.open("mp3player.html","Florem_musique","width=200,height=200,innerWidth=200,innerHeight=200,scrollbars=no,toolbar=0,menubar=0,location=0");
	if(w) w.focus();
	return false;
}

