function openJukeBox(){
	window.open("jukeBox.php","Jukebox", "toolbar=0,menubar=0,location=0,scrollbars=1,width=320,height=470");
}