function popUpWindow(theURL,width,height){
	window.open(theURL,"audioPlayer","width="+width+",height="+height+",location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}