function getAudioPlayer(url) {
	window.open(url, 'audioplayer', 'menubar=no, status=no, scrollbars=no, width=300, height=300');
}