\n'); } function openProximosEncuentros(url,ancho,alto) { var ifrmProxGanagol = window.parent.document.getElementById('ifrmProxGanagol'); if(ifrmProxGanagol !=null){ ifrmProxGanagol.src = url; ifrmProxGanagol.width = ancho; ifrmProxGanagol.height = alto; } window.parent.document.getElementById('proximosEncuentros').style.display='block'; } function closeProximosEncuentros() { document.getElementById('proximosEncuentros').style.display='none'; } function openResultadosGanagol(url,ancho,alto) { var ifrmResultGanagol = window.parent.document.getElementById('ifrmResultGanagol'); if(ifrmResultGanagol !=null){ ifrmResultGanagol.src = url; ifrmResultGanagol.width = ancho; ifrmResultGanagol.height = alto; } window.parent.document.getElementById('resultadosGanagol').style.display='block'; } function closeResultadosGanagol() { document.getElementById('resultadosGanagol').style.display='none'; } //-->