function showNewPlayer(actionUrl){	
	var newWin = window.open(actionUrl,'LuxFm','width=600,height=300,left=300,top=100,screenX=200,screenY=100,resizable=no');
}

/*function showPlaylistPlayer(actionUrl){	
	var newWin = window.open(actionUrl,'LuxFm','width=600,height=690,left=300,top=100,screenX=200,screenY=100,resizable=no');
}*/

function showPlaylistPlayer(actionUrl){	
	window.open(actionUrl)
}


