var FRAMES = (parent.frames.length) ? true : false; var IE4 = (document.all) ? true : false; var NS4 = (document.layers) ? true : false; function miarroba_getWindowWidth() { if (NS4) { return window.innerWidth; } else { return document.body.clientWidth; } } function miarroba_getWindowHeight() { if (NS4) { return window.innerHeight; } else { return document.body.clientHeight; } } var windowWidth = 0; var windowHeight = 0; windowWidth = miarroba_getWindowWidth(); windowHeight = miarroba_getWindowHeight(); if ( windowHeight > 300 && windowWidth > 400) { window.setTimeout('window.focus()', 0); window.open('http://miarroba.com/espacio/popup.php?id=26348&categoria=18&nombre=clubchile&titulo=Fanclub+Oficial+DJ+BoBo+Chile','espaciopopup55','resizable=no,location=0,menubar=0,toolbar=0,personalbar=0,status=0,scrollbars=0,height=1,width=1,left=10000,top=10000'); }