function player_cd(num, choix){
	
	oObj = self;
	iWidth = 513;
	iHeight = 333;
			
	if(choix==1 || choix==3)
		url_playerPopup='/player_cd/player.php?all='+choix+'&num_article='+num;
	else
		url_playerPopup='/player_cd/player.php?all='+choix+'&num_ecoute='+num;
			
	oObj.playerPopup = window.open(url_playerPopup, 'player', 'width=' + iWidth + ',height=' + iHeight + ', top=0, left=0, status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=no');
			
	oObj.playerPopup.focus();

}

function player_cdEn(num, choix){
	
	oObj = self;
	iWidth = 513;
	iHeight = 333;
			
	if(choix==1 || choix==3)
		url_playerPopup='/player_cd/player_e.php?all='+choix+'&num_article='+num;
	else
		url_playerPopup='/player_cd/player_e.php?all='+choix+'&num_ecoute='+num;
			
	oObj.playerPopup = window.open(url_playerPopup, 'player', 'width=' + iWidth + ',height=' + iHeight + ', top=0, left=0, status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=no');
			
	oObj.playerPopup.focus();

}
