function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function abreventanaINDICE(URL)
{
sw = 720;
sh = 560;
sl = (screen.width/80);
st = 2;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'indice',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaMEDIO(URL)
{
sw = (screen.width-(screen.width/20));
sh = (screen.height-(screen.height/5));
sl = (screen.width/40);
st = (screen.height/35);
ss ='';
ss+='scrollbars'+','+'toolbar'+',';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'radio',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaPAGINA(URL)
{
sw = 770;
sh = 440;
sl = (screen.width/80);
st = 2;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'pagina',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaMAIL(URL)
{
sw = 500;
sh = 360;
sl = 30;
st = 30;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'estado',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaSINTO(URL)
{
sw = 687; {780} {559}
sh = 444; {466} {484}
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/40);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'sintomp3',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaMOVIL(URL)
{
sw = 455; 
sh = 330; 
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/40);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'movil',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaTV(URL)
{
sw = 687; {873}
sh = 484; {570}
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/80);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'sintotv',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaDIARIO(URL)
{
sw = (screen.width-(screen.width/20));
sh = (screen.height-(screen.height/5));
sl = (screen.width/40);
st = (screen.height/35);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(URL,'tododiario',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function abreventanaVIVO(Nombre,ancho,alto)
{
pw = ancho;
ph = alto;
pl = (screen.width-(screen.width/40)-pw);
pt = (screen.height/80);
ps = '';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
pr ='';
pr+='<!doctype html public "-//w3c//dtd html 4.0 transitional//en">';
pr+='<html>';
pr+='<head><title>EN VIVO</title>';
pr+='<link href="arindice.css" type=text/css rel=stylesheet>';
pr+='</head>';
pr+='<body bgcolor="black">';
pr+='<center>';
pr+='<table>';
pr+='<tr align="center">';
pr+='<td><b><a class="selecceleste">Directorio de Radios - TV - Diarios | ARGENTINA - CHILE - URUGUAY</a></b></td>';
pr ='<!-- Begin Motigo Webstats counter code -->';
pr ='<td><a id="mws1322537" href="http://webstats.motigo.com/">';
pr ='<img width="18" height="18" border="0" alt="Free counter and web stats" src="http://m1.webstats.motigo.com/n.gif?id=ABQuKQtbUlHXvQjiiE7krYKCQdow" /></a>';
pr ='<script src="http://m1.webstats.motigo.com/c.js?id=1322537" type="text/javascript"></script></td>';
pr ='<!-- End Motigo Webstats counter code -->';
pr+='</tr>';
pr+='<tr align="center">';
pr+='<td><b><a class="selecceleste">Cargando datos..... Espere</a></b></td>';
pr+='</tr>';
pr+='</table>';
pr+='</center>';
pr+='</body>';
pr+='</html>';
var win = window.open('',Nombre,ps);
if (!win.opener) win.opener = self;
if (win.focus != null) win.focus();
with (win.document) {
  open("text/html", "replace");
  write(pr);
  close();
 }
return
}


function Sintonizador(numradio)
{
var url="http://www.sintonizador.com/scripts/mgrqispi.dll?APPNAME=Sintonizador&PRGNAME=SNTBotonera2&arguments=-AInvitado,-N"+numradio
var titulo="Sintonizador"
sw = 360;
sh = 290;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
abreventanaVIVO(titulo,sw,sh);
var hWnd = window.open(url,titulo,ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function CEP(urlradio)
{
var url="http://corusmedia.media.streamtheworld.com/player/Player.htm?id="+urlradio;
sw = 780;
sh = 530;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'cep',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function LCP(urlradio)
{
var url="http://wmplayer.i1cdn.us/"+urlradio+".htm";
sw = 640;
sh = 480;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'licp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function LVP(urlradio)
{
var url="http://webclust1.liquidcompass.net/radiostations/custom_player/"+urlradio;
sw = 475; {443}
sh = 290; {307}
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/80);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
abreventanaVIVO('livp',sw,sh);
var hWnd = window.open(url,'livp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SonixtreamPlayer(siglaradio)
{
var url="http://tuner1.dc1.sonixtream.com/solon/media/tuner/Tuner?aff="+siglaradio+"&useSame=True";
sw = 520;
sh = 340;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'soni',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function BBGP(urlradio)
{
var url=urlradio+"/streamer/streamer.html";
sw = 620;
sh = 380;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'bbgp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function WebStreamPlayer(siglaradio)
{
var url="http://radio.securenetsystems.net/radio_player_large.cfm?stationCallSign="+siglaradio
sw = 830;
sh = 380;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'webs',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function BroadCastUrbanPlayer(sigla)
{
var url="http://www.broadcasturban.net/player/"+sigla+"/player.htm"
sw = 470;
sh = 260;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
abreventanaVIVO('urba',sw,sh);
var hWnd = window.open(url,'urba',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function NWRP(urlradio)
{
var url="http://www.nwrnetwork.com/radiostations/"+urlradio+"/player/newplayer.htm"
sw = 280;
sh = 580;
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/80);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'lncp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function MSP(urlradio)
{
var url="http://www.mainstreamnetwork.com/listen/player.asp?station="+urlradio;
sw = 760;
sh = 390;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'msnp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function ChristianNetCast(urlradio)
{
var url="http://www.christiannetcast.com/listen/player.asp?station="+urlradio+"&"
sw = 761;
sh = 391;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'chri',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function ASP(urlradio)
{
var url="http://www.streamaudio.com/stations/player/pages/index.asp?headertext="+urlradio+"&Station="+urlradio+"&Optin=no";
sw = 472;
sh = 257;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'asp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function AMP(urlradio)
{
var url="http://player.streamtheworld.com/_players/citadel/?sid="+urlradio+"&nid=2920";
sw = 770;
sh = 395;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'amp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function CCP(url,urlradio)
{
var url=url+"mediaplayer/?station="+urlradio+"&action=listenlive&channel_title=";
sw = 980;
sh = 700;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'cccp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function REGP(url,urlradio)
{
var url=url+"portals/stc/"+urlradio+"/regentplayer.html";
sw = 740; 
sh = 470; 
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'regp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function COXP(url,urlradio)
{
var url=url+"_players/coxradio/index.php?callsign="+urlradio;
sw = 800;
sh = 440;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'coxp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function ONEP(urlradio)
{
var url=urlradio+"?get-streaming-audio-player=1";
sw = 640;
sh = 480;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'onep',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SNP(urlradio)
{
var url="http://lightningstream.surfernetwork.com/Media/player/view/"+urlradio;
sw = 780;
sh = 400;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'snp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function WSP(numradio)
{
var url="http://www.warpradio.com/Tuner.asp?id="+numradio
sw = 512;
sh = 215;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'wprp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function ENCP(urlradio)
{
var url="http://player.streamtheworld.com/_players/entercom/player/?id="+urlradio
sw = 750;
sh = 460;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'encp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function PAMP(urlradio)
{
var url="http://player.streamtheworld.com/_players/pamal/?callsign="+urlradio
sw = 742;
sh = 390; {385}
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'pamp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function LCBSP(urlradio)
{
var url="http://webclust1.liquidcompass.cc/sos4cust/cbs/audio_player.php?id="+urlradio
sw = 547; 
sh = 530;
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/80);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
abreventanaVIVO('lcbsp',sw,sh);
var hWnd = window.open(url,'lcbsp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function NNBP(urlradio)
{
var url="http://stream.nnbradio.net/"+urlradio+".html";
sw = 650;
sh = 370;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'nnbp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function GAPP(urlradio)
{
var url=urlradio+"common/gap_streamer.php"
sw = 610;
sh = 440;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'gapp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function CBSP(urlradio)
{
var url="http://player.play.it/player/player.html?v=4.10.27&id="+urlradio;
sw = 850; {511}
sh = 600; {485}
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'cbsp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function EVCP(urlradio)
{
var url="http://player.streamtheworld.com/liveplayer.php?callsign="+urlradio+"#Main";
sw = 700;
sh = 450;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'evcp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function STWP(urlradio)
{
var url="http://player.streamtheworld.com/liveplayer.php?callsign="+urlradio;
sw = 850;
sh = 690;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'stwp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function JBGP(urlradio)
{
var url="http://player.streamtheworld.com/jbroadcast/?CALLSIGN="+urlradio
sw = 720;
sh = 560;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'jbgp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function LCCP(urlradio)
{
var url="http://den-a.plr.liquidcompass.net/standard_plr/audio_player.php?id="+urlradio;
sw = 624;
sh = 362;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'lccp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SALP(urlradio)
{
var url="http://den-a.plr.liquidcompass.net/player/flash/audio_player.php?id="+urlradio;
sw = 680;
sh = 511;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'salp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function BONP(urlradio)
{
var url="http://den-a.plr.liquidcompass.net/cust/"+urlradio+"/audio_player.php?id="+urlradio;
sw = 500;
sh = 470;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'bonp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function GMP(urlradio)
{
var url="http://den-a.plr.liquidcompass.net/greatermedia_plr/audio_player.php?id="+urlradio;
sw = 680;
sh = 390;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'gmp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function UNIP(urlradio)
{
var url="http://www.univision.com/contentroot/locales/radio/jhtml/NOMETA_stream.jhtml?station="+urlradio
sw = 600;
sh = 296;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'unip',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function CUMP(urlradio)
{
var url="http://player.cumulusstreaming.com/SLPLayer.aspx?"+urlradio;
sw = 279;
sh = 287;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'cump',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function LoriniP(urlradio)
{
var url="http://www.lorini.net/streaming/clientes/"+urlradio;
sw = 480;
sh = 200;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'lori',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SAGP(urlradio)
{
var url="http://"+urlradio+".sagainteractive.com/";
sw = 640;
sh = 505;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'sagp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function TV12P(url)
{
var url="http://nwtv12.dayport.com/viewer/viewerpage.php?Art_ID=3&tf=nwtv12_live_player.tpl&Category_ID=3";
sw = 608;
sh = 515;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'tv12',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function ABAP(urlradio)
{
var url="http://v3.player.abacast.com/player/player.php?pid="+urlradio
sw = 732; {560}
sh = 426; {400}
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'abap',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SRP(url)
{
var url=url+"player/player"
sw = 750;
sh = 370;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'strp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function NCP(url)
{
var url=url+"mediaplayer/player.asp"
sw = 1010;
sh = 710;
sl = (screen.width-(screen.width/40)-sw);
sl = 10;
st = (screen.height/80);
st = 10;
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
var hWnd = window.open(url,'ncpp',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function Live365Player(urlradio)
{
var url="http://www.live365.com/cgi-bin/mini.cgi?membername="+urlradio
sw = 780;
sh = 262;
sl = (screen.width-(screen.width/40)-sw);
st = (screen.height/80);
ss ='';
ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
abreventanaVIVO('live',sw,sh);
var hWnd = window.open(url,'live',ss);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function PopupPlayer(url,ancho,alto)
{
pw = ancho;
ph = alto;
pl = (screen.width-(screen.width/40)-pw);
pl = 10;
pt = (screen.height/80);
pt = 10;
ps ='';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
var hWnd = window.open(url,'popup',ps);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function U1P(urlradio)
{
var url="http://www.ustream.tv/channel-popup/"+urlradio;
var url="http://www.ustream.tv/channel/"+urlradio;
pw = 900; {730}
ph = 600; {540}
pl = (screen.width-(screen.width/40)-pw);
pl = 10;
pt = (screen.height/80);
pt = 10;
ps ='';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
var hWnd = window.open(url,'u1p',ps);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function USP(urlradio)
{
var url="http://www.ustream.tv/flash/live/1/"+urlradio;
pw = 400; 
ph = 320; 
pl = (screen.width-(screen.width/40)-pw);
pl = 10;
pt = (screen.height/80);
pt = 10;
ps ='';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
var hWnd = window.open(url,'usp',ps);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function JTP(urlradio)
{
var url="http://www.justin.tv/widgets/live_embed_player.swf?channel="+urlradio;
pw = 390; 
ph = 300; 
pl = (screen.width-(screen.width/40)-pw);
pl = 10;
pt = (screen.height/80);
pt = 10;
ps ='';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
var hWnd = window.open(url,'jtp',ps);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function MOGP(urlradio)
{
var url="http://cdn.livestream.com/grid/PlayerV2.swf?channel="+urlradio;
pw = 500;
ph = 460;
pl = (screen.width-(screen.width/40)-pw);
pl = 10;
pt = (screen.height/80);
pt = 10;
ps ='';
ps+= 'width='+pw+','+'height='+ph+','+'left='+pl+','+'top='+pt;
var hWnd = window.open(url,'mogp',ps);
if (!hWnd.opener) hWnd.opener = self;
if (hWnd.focus != null) hWnd.focus();
return
}


function SurferNetworkPlayer(siglaradio)
{
LastRate = "";
CallSign = siglaradio;
RateIndex = CallSign.indexOf('/');
if(RateIndex != -1) {
  LastRate = CallSign.substring(RateIndex+1,CallSign.length);
  CallSign = CallSign.substring(0,RateIndex);
}
Surfer = new ActiveXObject("SurferNETWORK.Plugin");
CreatingObject = false;
if(Surfer.IsPlayerInstalled()) {
  if(LastRate == "") {
    LastRate = Surfer.GetKey("LastStation");
    if(LastRate != null && LastRate.length > 0) {
      LastRate = LastRate.substring(LastRate.length-2,LastRate.length);
    }
    else {
      LastRate = "16";
    }
  }
  Surfer.Play("http://rd1.surfernetwork.com:443/"+CallSign+"/"+LastRate);
}
else {
  var url="http://rd1.surfernetwork.com/Player1.asp?call="+siglaradio
  var titulo="StreamAudioPlayer"
  sw = 330;
  sh = 180;
  sl = (screen.width-(screen.width/40)-sw);
  st = (screen.height/80);
  ss ='';
  ss+='scrollbars'+',';
  ss+='width='+sw+','+'height='+sh+','+'left='+sl+','+'top='+st;
  var hWnd = window.open(url,titulo,ss);
  if (!hWnd.opener) hWnd.opener = self;
  if (hWnd.focus != null) hWnd.focus();
}
return
}


function LVacia()
{
 var aa;
 aa ='';
 aa+='<tr><td height=8></td></tr>';
 document.writeln(aa);
 return
}


function LRadio(In,Fr,Ur,Na,Ci,Pv)
{
 var aa;
 aa ='';
 aa+='<tr height=16>'+In;
 aa+='<td align=right width=60><a></a></td>';
 aa+='<td class=texto align=right width=70>'+Fr+'</td>';
 aa+='<td align=left width=150><a class=selec onclick='+Ur+' href=#l>'+Na+'</a></td>';
 aa+='<td class=texto align=left width=115>'+Ci+'</td>';
 aa+='<td class=textoUP align=left width=105>'+Pv+'</td>';
 aa+='</tr>';
 document.writeln(aa);
 return
}


function VRadio(In,Vi,Gi,Fr,Ur,Na,Ci,Pv)
{
 var aa;
 aa ='';
 aa+='<tr height=16>'+In;
 aa+='<td align=right width=60><a onClick="'+Vi+'" href=#l><img alt=Escuchar en Vivo width=40 height=13 src='+Gi+' border=0></a></td>';
 aa+='<td class=texto align=right width=70>'+Fr+'</td>';
 aa+='<td align=left width=150><a class=selec onclick='+Ur+' href=#l>'+Na+'</a></td>';
 aa+='<td class=texto align=left width=115>'+Ci+'</td>';
 aa+='<td class=textoUP align=left width=105>'+Pv+'</td>';
 aa+='</tr>';
 document.writeln(aa);
 return
}

function VRadi(In,Vi,Gi,Fr,Ur,Na,Ci,Pv)
{
 var aa;
 aa ='';
 aa+='<tr height=16>'+In;
 aa+='<td align=right width=60><a onClick='+Vi+' href=#l><img alt=Escuchar en Vivo width=40 height=13 src='+Gi+' border=0></a></td>';
 aa+='<td class=texto align=right width=70>'+Fr+'&nbsp;&nbsp;&nbsp;</td>';
 aa+='<td align=left width=150><a class=selec onclick='+Ur+' href=#l>'+Na+'</a></td>';
 aa+='<td class=texto align=left width=100>'+Ci+'</td>';
 aa+='<td class=textoUP align=left width=120>'+Pv+'</td>';
 aa+='</tr>';
 document.writeln(aa);
 return
}


function SelCIU(Pagina,Nombre)
{
sp ='';
sp+='<tr><td>';
sp+='<table width="100%" cellSpacing="0" cellPadding="0">';
sp+='<tr><td height="13">';
sp+='<a class="linkceleste" target=noveda href="'+Pagina+'">&nbsp;&nbsp;'+Nombre;
sp+='</a>';
sp+='</td></tr>';
sp+='</table>';
sp+='</td></tr>';
document.write(sp);
}


function SelPAG(Pagina,Nombre)
{
sp ='';
sp+='<tr><td>';
sp+='<table width="100%" cellSpacing="0" cellPadding="0">';
sp+='<tr><td height="13">';
sp+='<a class="li" target=noveda href="'+Pagina+'">&nbsp;&nbsp;'+Nombre;
sp+='</a>';
sp+='</td></tr>';
sp+='</table>';
sp+='</td></tr>';
document.write(sp);
}


function SelLIS(Pagina,Nombre)
{
sl ='';
sl+='<tr><td>';
sl+='<table width="100%" cellSpacing="0" cellPadding="0">';
sl+='<tr><td height="13">';
sl+='<a class="linkceleste" href="#'+Pagina+'">&nbsp;&nbsp;'+Nombre;
sl+='</a>';
sl+='</td></tr>';
sl+='</table>';
sl+='</td></tr>';
document.write(sl);
}


function SelVEN(Pagina,Nombre)
{
sv ='';
sv+='<tr><td>';
sv+='<table width="100%" cellSpacing="0" cellPadding="0">';
sv+='<tr><td height="13">';
sv+='<a class="li" onclick=abreventanaPAGINA("'+Pagina+'") href="#l">&nbsp;&nbsp;'+Nombre;
sv+='</a>';
sv+='</td></tr>';
sv+='</table>';
sv+='</td></tr>';
document.write(sv);
}


function SelRad(Pagina,Nombre)
{
sv ='';
sv+='<tr><td>';
sv+='<table width=100% cellSpacing=0 cellPadding=0>';
sv+='<tr><td height=13>';
sv+='<a class=linkceleste onclick=abre'+Pagina+'() href="#l">&nbsp;&nbsp;'+Nombre;
sv+='</a>';
sv+='</td></tr>';
sv+='</table>';
sv+='</td></tr>';
document.write(sv);
}


function LogoPublicidad(Icono,Pagina,W,H)
{
lp ='';
lp+='<tr>';
lp+='<td align="center">';
lp+='<p><a onclick=abreventanaMEDIO("'+Pagina+'") href="#l"><img src="'+Icono+'" border="0" width="'+W+'" height="'+H+'" alt="Ingresar"></a></p>';
lp+='</td>';
lp+='</tr>';
document.write(lp);
}


function LogoTT()
{
lt ='';
lt+='<tr>';
lt+='<td align=center>';
lt+='<p><a onclick=abreventanaMEDIO("http://www.tarjetastelefonicas.com/index.jsp?AFFN=3463") href="#l"><img src="http://www.tarjetastelefonicas.com/templates/affiliate/ar/banners/tarjetastelefonicas_468.gif" width=420 height=60 border=0 alt="Ingresar a Tarjetas Telefonicas"></a></p>';
document.write(lt);
}


function LogoOXA()
{
lo ='';
lo+='<tr>';
lo+='<td align=center>';
l  ='<p><a href="http://www.gaviotdoors.com/" target="_blank"><img src="http://www.gaviotdoors.com/banners/banner468x60final.jpg" ';
l  ='alt="LAMBODOORS VERTICAL DOORS GAVIOTDOORS" width=420 height=60 border=0></a></p>';
lo+='<p><a onclick=abreventanaMEDIO("http://www.cxnlive.com/v2/radio-mas.php") href="#l"><img src="iccxnliv.gif"';
lo+='alt="cXnLive" width=210 height=70 border=1></a>';
lo+='<a onclick=abreventanaMEDIO("http://www.cxnlive.com/v2/abonese.php") href="#l"><img src="iccxnxtr.gif" ';
lo+='alt="cXnXTRA" width=210 height=70 border=1></a></p>';
lo+='</td>';
lo+='</tr>';
document.write(lo);
}


function LogocXnLive()
{
lo ='';                                           
lo+='<table width=100% cellSpacing=0 cellPadding=2><tr height=58><td align=center>';
lo+='<a onclick=abreventanaMEDIO("http://www.cxnlive.com/v2/abonese.php") href="#l">';
lo+='<img width=536 height=56 border=0 src="http://www.cxnlive.com/v2/images/promovacaciones.bmp" alt="cXnLive"></a>';
lo+='</td></tr></table>';
l  ='<table width=100% cellSpacing=0 cellPadding=2><tr height=104><td align=center>';
l  ='<a onclick=abreventanaMEDIO("http://www.cxnlive.com/v2/abonese.php") href="#l">';
l  ='<img width=530 height=70 border=0 src="http://www.cxnlive.com/v2/images/promovacaciones.bmp" alt="cXnLive"></a>';
l  ='</td></tr></table>';
document.write(lo);
}


function TarjetasTelefonicas()
{
lo ='';                                           
lo+='<table width=100% cellSpacing=0 cellPadding=2><tr height=92><td align=center>';
lo+='<a onclick=abreventanaMEDIO("http://www.tarjetastelefonicas.com/index.jsp?AFFN=3463-0") href="#l">';
lo+='<img width=468 height=60 border=0 src="http://img.cloncom.com/cloncom_images/es/images/banners/468x60.gif" alt="Tarjetas Telefonicas"></a>';
lo+='</td></tr></table>';
lo+='<table width=100% cellSpacing=0 cellPadding=2><tr height=92><td align=center>';
lo+='<a onclick=abreventanaMEDIO("http://www.tarjetastelefonicas.com/index.jsp?AFFN=3463-0") href="#l">';
lo+='<img width=468 height=60 border=0 src="http://img.cloncom.com/cloncom_images/es/images/banners/468x60_2.gif" alt="Tarjetas Telefonicas"></a>';
lo+='</td></tr></table>';
document.write(lo);
}


function Chicos()
{
ch ='';
ch+='<tr>';
ch+='<td align=center>';

ch+='<table><tr align=center><td>';
ch+='<a href="javascript:void(0)" onclick=window.open("http://pub27.bravenet.com/guestmap/show.php?usernum=2272826182&lightmap=0&icons=0&&entrylist=0&zoom=0&welcome=1","bnetguestmap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=720,height=470,top=10,left=10")><img src="ic---map.gif" style="width: 100px; height: 35px; border: 0px;"></a>';
c  ='<a onclick=PopupPlayer("webcam.html","780","580") href="#l"><img alt="Webcam Argentina" src="icwebcam.gif" width=50 height=28 border=1></a>&nbsp&nbsp';
ch+='</td></tr></table>';

ch+='<table><tr align=center><td>';
ch+='<a onclick=abreventanaMAIL("clima.html") href="#l"><img alt="Clima" src="ic-clima.gif" width=50 height=30 border=0></a>&nbsp&nbsp';
ch+='<a onclick=PopupPlayer("./Caifer/caifer.htm","770","650") href="#l"><img alt="Distribuidora CAIFER" src="iccaifer.gif" width=50 height=30 border=0></a>';
c  ='<a onclick=abreventanaMAIL("google.html") href="#l"><img alt="Buscar en Google" src="icgoogle.gif" width=50 height=30 border=1></a>';
ch+='</td></tr></table>';

ch+='<table><tr align=center><td>';
ch+='<a onclick=abreventanaMEDIO("http://www.porloschicos.com/servlet/PorLosChicos?comando=donar") href="#l"><img alt="Por Los Chicos" src="icporloschicos.gif" width=50 height=30 border=0></a>&nbsp&nbsp';
ch+='<a onclick=abreventanaMEDIO("http://www.amplitudmodulada.com.ar/") href="#l"><img alt="Amplitud Modulada" src="icampmod.gif" width=50 height=30 border=0></a>';
ch+='</td></tr></table>';

ch+='<table><tr><td>';
ch+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width=110 height=70 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">';
ch+='<param name="movie" value="isa2.swf"><param name="play" value="true"><param name="loop" value="true"><param name="quality" value="high">';
ch+='<embed src="isa2.swf" width=110 height=70 play="true" loop="true" quality="high" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">';
ch+='</embed></object>';
ch+='</td></tr></table>';

c  ='<table><tr><td>';
c  ='<a onclick=abreventanaMEDIO("http://www.ggeventos.com.ar/") href="#l"><img alt="G&G Eventos" src="ic---gge.gif" width=110 height=70 border=1></a>';
c  ='<a onclick=abreventanaMEDIO("http://www.gaviotdoors.com/") href="#l"><img alt="LAMBODOORS VERTICAL DOORS GAVIOTDOORS" src="http://www.gaviotdoors.com/banners/bannergaviot15x15.gif" width=110 height=70 border=1></a>';
c  ='</td></tr></table>';
c  ='<table><tr><td>';
c  ='<a onclick=abreventanaMEDIO("http://www.elecciones2003.gov.ar/") href="#l"><img alt="Elecciones 2003" src="icel2003.gif" width=110 height=26 border=0></a>';
c  ='<a onclick=abreventanaMAIL("manchego.html") href="#l"><img alt="El Manchego" src="icmanche.gif" width=120 height=28 border=1></a>';
c  ='<a onclick=PopupPlayer("conversor.html","415","305") href="#l"><img alt="Conversor de Divisas" src="icconver.gif" width=120 height=28 border=1></a>';
c  ='</td></tr></table>';
ch+='</td>';
ch+='</tr>';
document.write(ch);
}


function Google()
{
go ='';
go+='<tr>';
go+='<td align=center>';
go+='<table><tr><td>';
go+='<a onclick=abreventanaMEDIO("http://www.gaviotdoors.com/") href="#l"><img alt="LAMBODOORS VERTICAL DOORS GAVIOTDOORS" src="http://www.gaviotdoors.com/imagenes/logochico.jpg" width=120 height=40 border=1></a>';
go+='</td></tr></table>';
g  ='<table><tr><td>';
g  ='<a onclick=PopupPlayer("./Caifer/caifer.htm","750","500") href="#l"><img alt="DISTRIBUIDORA CAIFER" src="iccaifer.gif" width=120 height=30 border=1></a>';
g  ='</td></tr></table>';
g  ='<table><tr><td>';
g  ='<a onclick=abreventanaMEDIO("http://www.tarjetastelefonicas.com/index.jsp?AFFN=3463") href="#l"><img src="ic----tt.gif" width=120 height=37 border=1 alt="Ingresar a Tarjetas Telefonicas"></a>';
g  ='<a onclick=abreventanaMEDIO("http://www.guiatelefonica.com/") href="#l"><img alt="Guia Telefonica" src="icguiate.gif" width=120 height=43 border=1></a>';
g  ='</td></tr></table>';
go+='</td>';
go+='</tr>';
document.write(go);
}


function Chat()
{
ct ='';
ct+='<tr>';
ct+='<td align=center>';
ct+='<table><tr><td>';
ct+='<a onclick=abreventanaMEDIO("http://www.amplitudmodulada.com.ar/") href="#l"><img alt="Amplitud Modulada" src="icampmod.gif" width=120 height=60 border=0></a>';
ct+='</td></tr></table>';
ct+='<table><tr><td>';
ct+='<a onclick=abreventanaMEDIO("http://www.porloschicos.com/servlet/PorLosChicos?comando=donar") href="#l"><img alt="Por Los Chicos" src="icporloschicos.gif" width=120 height=50 border=0></a>';
ct+='</td></tr></table>';
c  ='<table><tr><td>';
c  ='<a onclick=abreventanaMEDIO("http://www.cxnlive.com/v2/radio-mas.php") href="#l"><img alt="cXnLive" src="ic---cxn.gif" width=120 height=40 border=1></a>';
c  ='<a onclick=abreventanaMEDIO("chat.html") href="#l"><img alt="Entrar al Chat" src="ic--chat.gif" width=80 height=50 border=0></a>';
c  ='<a onclick=abreventanaMAIL("streaming.html") href="#l"><img alt="Servicios Streaming" src="icserstr.gif" width=120 height=30 border=1></a>';
c  ='<a onclick=abreventanaMEDIO("http://www.idealistas.org/") href="#l"><img alt="Idealistas" src="icideali.gif" width=120 height=18 border=1></a>';
c  ='</td></tr></table>';
ct+='</td>';
ct+='</tr>';
document.write(ct);
}


function PeliculaGGE()
{
po ='';
po+='<table><tr><td align="center">';
po+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="110" height="70" codebase="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">';
po+='<param name="movie" value="oxa.swf"><param name="play" value="true"><param name="loop" value="true"><param name="quality" value="high">';
po+='<embed src="gge.swf" width="110" height="70" play="true" loop="true" quality="high" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">';
po+='</embed>';
po+='</object>';
po+='</td></tr></table>';
document.write(po);
}


function PlayerRO()
{
pl ='';
pl+='<tr><td>';
pl+='<center>';
pl+='<table><tr><td>';
pl+='<a onclick=abreventanaMEDIO("http://spain.real.com/player/") href="#l"><img alt="Bajar Reproductor" src="ic---dra.gif" width=80 height=25 border=0></a>';
pl+='</td></tr></table>';
pl+='</center>';
pl+='</td></tr>';
document.write(pl);
}


function PlayerWM()
{
pl ='';
pl+='<tr><td>';
pl+='<center>';
pl+='<table><tr><td>';
pl+='<a onclick=abreventanaMEDIO("http://www.microsoft.com/windows/windowsmedia/es/download/") href="#l"><img alt="Bajar Reproductor" src="ic---dwm.gif" width=80 height=25 border=0></a>';
pl+='</td></tr></table>';
pl+='</center>';
pl+='</td></tr>';
document.write(pl);
}


function PlayerMP()
{
pl ='';
pl+='<tr><td>';
pl+='<center>';
pl+='<table><tr><td>';
pl+='<a onclick=abreventanaMEDIO("http://www.winamp.com/player/") href="#l"><img alt="Bajar Reproductor" src="ic---dmp.gif" width=80 height=25 border=0></a>';
pl+='</td></tr></table>';
pl+='</center>';
pl+='</td></tr>';
document.write(pl);
}


function MailGuestMap()
{
mm ='';
mm+='<table><tr><td align=center>';
mm+='<a onclick=abreventanaMAIL("medio.html") href="#l"><img alt="Agregar Radio-TV-Diario" src="ic-medio.gif" border=0></a>';
mm+='</td></tr></table>';
m  ='<table><tr><td>';
m  ='<a href="javascript:void(0)" onclick=window.open("http://pub27.bravenet.com/guestmap/show.php?usernum=2272826182&lightmap=0&icons=0&&entrylist=0&zoom=0&welcome=1","bnetguestmap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=720,height=470,top=10,left=10")><img src="ic---map.gif" style="width: 100px; height: 35px; border: 0px;"></a>';
m  ='</td></tr></table>';
mm+='<table><tr><td>';
mm+='<a onclick=abreventanaMAIL("mail.html") href="#l"><img alt="Contactenos" src="ic--mail.gif" border=0></a>';
mm+='</td></tr></table>';
document.write(mm);
}


function Verano()
{
na ='';
na+='<tr>';
na+='<td align="center">';
na+='<table><tr><td>';
na+='<a><img src="icverano.gif" border="0"></a>';
na+='</td></tr></table>';
na+='</td>';
na+='</tr>';
document.write(na);
}


function Enlaces()
{
en ='';
en+='<tr>';
en+='<td align="center">';
en+='<b><a class="texto">Enlaces:&nbsp;&nbsp;</a></b>';
en+='<a class="footer" onclick=abreventanaMEDIO("http://www.radios.com.br/") href="#l">RadiosBr</a>&nbsp;';
en+='<a class="footer" onclick=abreventanaMEDIO("http://www.comfm.com/") href="#l">ComFm</a>&nbsp;';
en+='<a class="footer" onclick=abreventanaMEDIO("http://www.mediaradio.com/") href="#l">MediaRadio</a>&nbsp;';
en+='<a class="footer" onclick=abreventanaMEDIO("http://www.shoutcast.com/") href="#l">ShoutCast</a>';
en+='</td>';
en+='</tr>';
document.write(en);
}


function noSource()
{
 if (event.button == 2 | event.button == 3)
  {
   alert ("OXA Digital (CV Javier Sebastian Sagardia)");
   abreventanaMEDIO("http://www.javiersagardia.com.ar");
  }
}


function noSourceIExplorer()
{
 if (event.button == 2 | event.button == 3)
  {
   alert ("http://www.radiosargentina.com.ar/");
  }
}


function OXADigital()
{
 if (navigator.appName.indexOf("Internet Explorer") != -1)
  document.onmousedown = noSourceIExplorer;
}


function DiaHora()
{
var fecha = new Date();
var dd,mm,aa,hh,mi,ss;
var strfecha;
dd = fecha.getDay();
mm = fecha.getMonth();
aa = fecha.getFullYear();
strfecha = " ";
if (dd == 0) {strfecha = strfecha + "Domingo "}
if (dd == 1) {strfecha = strfecha + "Lunes "}
if (dd == 2) {strfecha = strfecha + "Martes "}
if (dd == 3) {strfecha = strfecha + "Miercoles "}
if (dd == 4) {strfecha = strfecha + "Jueves "}
if (dd == 5) {strfecha = strfecha + "Viernes "}
if (dd == 6) {strfecha = strfecha + "Sabado "}
dd = fecha.getDate();
if (dd < 10) dd = "0" + dd;
strfecha = strfecha + dd + ' de '
if (mm == 0) {strfecha = strfecha + "Enero"}
if (mm == 1) {strfecha = strfecha + "Febrero"}
if (mm == 2) {strfecha = strfecha + "Marzo"}
if (mm == 3) {strfecha = strfecha + "Abril"}
if (mm == 4) {strfecha = strfecha + "Mayo"}
if (mm == 5) {strfecha = strfecha + "Junio"}
if (mm == 6) {strfecha = strfecha + "Julio"}
if (mm == 7) {strfecha = strfecha + "Agosto"}
if (mm == 8) {strfecha = strfecha + "Septiembre"}
if (mm == 9) {strfecha = strfecha + "Octubre"}
if (mm == 10) {strfecha = strfecha + "Noviembre"}
if (mm == 11) {strfecha = strfecha + "Diciembre"}
strfecha = strfecha + ' de ' + aa;
hh = fecha.getHours();
mi = fecha.getMinutes();
ss = fecha.getSeconds();
if (hh < 10) hh = "0" + hh;
if (mi < 10) mi = "0" + mi;
if (ss < 10) ss = "0" + ss;
strfecha = " " + strfecha + "  -  " + hh + ":" + mi + ":" + ss;
window.status = strfecha;
setTimeout('DiaHora()',1001);
}
