\n');
}
function openJuegaGratis(url,ancho,alto) {
var ifrmJuego = window.parent.document.getElementById('ifrmJuego');
if(ifrmJuego !=null){
ifrmJuego.src = url;
ifrmJuego.width = ancho;
ifrmJuego.height = alto;
}
var divJuego = window.parent.document.getElementById('juegaGratis');
if(divJuego != null){
divJuego.style.display='block';
}
}
/* ]]> */