<!--

function openwindow() {
   var playerwindow;

   playerwindow = window.open('/musicplayer.php', 'talkplayer', 'height=280,width=280,left=0,top=0');
   if (window.focus) {
      playerwindow.focus()
   }
}

//-->