function openWebradio(url,name,params) {
 try {
  webradio.close();
 } catch(e) {
 }
    webradio=window.open(url,name,params);
    return false;
}

