function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=bluring; function ominflash(url,width,height){ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); } function recal() { document.all.fixedDiv.style.top = document.body.scrollTop; document.all.fixedDiv2.style.top = document.body.scrollTop; } function showhide(obj) { var ejasub = document.getElementById(obj); if ( ejasub.style.display != 'none' ) { ejasub.style.display = 'none'; } else { ejasub.style.display = ''; } }