function open_playerGlobal(num, choix, page_num, total_release){
	
	oObj = self;
	iWidth = 513;
	iHeight = 333;
			
	url_playerPopup='/player_global/player.php?all='+choix+'&num='+num+'&page_num='+page_num+'&total_release='+total_release;

	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 open_playerGlobalEn(num, choix, page_num, total_release){
	
	oObj = self;
	iWidth = 513;
	iHeight = 333;
			
	url_playerPopup='/player_global/player_e.php?all='+choix+'&num='+num+'&page_num='+page_num+'&total_release='+total_release;

	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();

}

