function openPlayerWindow(playlist) { 
  window.open("/mp3player/index.php?playlist="+ playlist, "player", "width=301,height=331,screenX=0,screenY=0,scrollbars=no");
}

function openWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
