// JavaScript Document

function openRadioWindow()	{	
	var	options	;
	self.name='WV';
	width=288;
	height=241;
	
	options	= 'resizable=no,menubar=0,toolbar=0,location=0,status=no,width='+ width + ',height='	+ height + ',resizable=no,scrollbars=no';
	
	options	= 'resizable=yes,menubar=0,toolbar=0,location=0,status=no,width='+ width + ',height='	+ height + ',resizable=yes,scrollbars=no';

//currentWin = window.open("/player/WVplayer01url.htm", "_radio",options);	
	currentWin = window.open("audio/myjukebox.html", "_radio",options);		
	currentWin.focus()
}