function playgwv(id,path,rc) {
  var p=document.getElementById("player");
  if (!p) return;
  p.playStream("rtmp://media.theglobalweb.com/theglobalweb/hd/"+id+"/"+path,rc);
}
function initmedia() {
  var p=document.getElementById("player");
  if (istrm&&irc) {
    p.playStream(istrm,irc);
    p.setVolume(0);
  }
}

