//PopUp Window
function doPopUpPL(){
  doPopUpWindow = window.open("audio.htm","BoHPlayer",
  "resizable=no,scrollbars=no,status=no,menubar=no,toolbar=no,left=80,top=40,screenX=80,screenY=80,width=460,height=293");
}
