// JavaScript Document
function sc5(){
 document.getElementById("ccidapDiv1").style.top=(document.documentElement.scrollTop+document.documentElement.clientHeight-document.getElementById("ccidapDiv1").offsetHeight)+"px";
 document.getElementById("ccidapDiv1").style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById("ccidapDiv1").offsetWidth)+"px";
}
<!--
function scall(){
sc5();
}
function scallon(){
document.getElementById('tb2').style.display='block';
document.getElementById('tb1').style.display='none';
sc5();
}
function scalloff(){
document.getElementById('tb1').style.display='block';
document.getElementById('tb2').style.display='none';
sc5();
}
window.onscroll=scall;
window.onresize=scall;
window.onload=scall;
//-->

function killErrors() {
    return true;
}
window.onerror = killErrors;
