function lancerPlayerAudio(id) {
	window.open('player.php?id='+id+'&type=mp3&from=tracklisting', 'player', 'width=375, height=140');
}
function lancerPlayerAudioNews(id) {
	window.open('player.php?id='+id+'&type=mp3&from=news', 'player', 'width=375, height=140');
}
function lancerPlayerVideo(id) {
	window.open('player.php?id='+id+'&type=flv&from=artiste', 'player', 'width=375, height=375');
}
function lancerPlayerVideoNews(id) {
	window.open('player.php?id='+id+'&type=flv&from=news', 'player', 'width=375, height=375');
}
function afficherInfosMorceau(id) {
	window.open('infos-morceau.php?id='+id, 'infosMorceau', 'width=425, height=375');
}