function openInfo() {        var pagina = "../suscripcion.html";        var ancho = 315;        var alto = 315;        var x = (screen.width-8)/2 - ancho/2;         var y = (screen.height-35)/2 - alto/2;             var wintercase = window.open(pagina,'suscripcion','resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,width='+ancho+',height='+alto+',screenX='+x+',screenY='+y+',left='+x+',top='+y+''); } function openGaleria() {        var pagina = "../galeria/index.html";        var ancho = 812;        var alto = 450;        var x = (screen.width-8)/2 - ancho/2;         var y = (screen.height-35)/2 - alto/2;             var wintercase = window.open(pagina,'galeria','resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,width='+ancho+',height='+alto+',screenX='+x+',screenY='+y+',left='+x+',top='+y+''); } 