function popUp(winURL) {
	window.open(winURL, "AudioPlayer","toolbar=no,resizable=no,scrollbars=no,width=200,height=100");
}