//Modal Dialog
function play(adr,h0j,bred){
  window.showModalDialog(adr,'','dialogHeight:'+h0j+'px;dialogWidth:'+bred+'px');
}

