function openRadio(theURL,winName,features) {
 r = window.open(theURL,winName,features);
 r.focus();
}