function opentvwin(theURL,w,h){
  var src = theURL;
  window.open(src,"newwindow","width="+ w +",height="+ h +",menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0" );
}

