var newwindow;
function jukebox(url)
{
	newwindow=window.open(url,'name','height=280,width=280,top=400,left=320,resizable=no,scrollbars=no,toolbars=no,status=yes');
	if (window.focus) {newwindow.focus()}
}