	function nRadio(ID){     var  url = '/grc/portada.nsf/frPopRadio?ReadForm&id=' + ID     var winprops = 'height=107,width=288,top=200,left=500,directories=0,hotkeys=0,location=0,menubar=0,';             winprops += 'personalbar=0,resizable=0,scrollbars=0,status=0,toolbar=0';	     var w = window.open(url,'PopRadio', winprops);     return false; }function RadioGRC(Estacion, ID){     var  url = Estacion + '/grc/gral.nsf/vwRadio/'+ ID;     var  winprops = 'height=530,width=760,top=250,left=300,directories=0,hotkeys=0,location=0,menubar=0,';             winprops += 'personalbar=0,resizable=0,scrollbars=0,status=0,toolbar=0';     var w = window.open(url,'Radio', winprops);		     return false;		}		function RadioJet(id){     var url = 'http://www.jetcast.com/em-popup-esplayer.phtml?feedlink='+id;     var  winprops = 'width=740,height=435,directories=0,hotkeys=0,location=0,menubar=0,';             winprops += 'personalbar=0,resizable=0,scrollbars=0,status=0,toolbar=0';    var w = window.open(url, 'RadioJetcast', winprops);    return false;	 }		function RadioSecNet(id){	                  var url = 'http://radio.securenetsystems.net/radio_player_large.cfm?stationCallSign=' + id;    var  winprops = 'width=680,height=380,directories=0,hotkeys=0,location=0,menubar=0,';               winprops += 'personalbar=0,resizable=0,scrollbars=0,status=0,toolbar=0';     var w = window.open(url, 'radio_player_large', winprops);    return false;	 }