// jmeno nejvyssiho okna s ramci self.name = 'apreality' // pozn. prevedeno do frames.main var app_browser = navigator.appName; function resetObject() { if (document.all){ sy = main.document.body.scrollTop; hy = main.document.body.offsetHeight; sx = main.document.body.scrollLeft; hx = main.document.body.offsetWidth; //move buble main.document.all["buble"].style.pixelTop = (hy + sy - 60 - 10); main.document.all["buble"].style.pixelLeft = (hx + sx - 160 - 50); } if (document.layers){ sy = main.pageYOffset; sx = main.pageXOffset; //move buble main.document.buble.top = (sy + self.innerHeight - 60 - 91); main.document.buble.left = (sx + self.innerWidth - 160 - 50); } if (app_browser != 'Netscape') setTimeout('resetObject()', 100); } function goTiming() { if (document.all) main.document.all["buble"].style.visibility = 'visible'; if (document.layers) main.document.layers["buble"].visibility = 'show'; if (app_browser != 'Netscape') resetObject(); else setInterval('resetObject()', 100); } // konec pozn.