if (document.all) {n=0;ie=1;ns6=0;fShow="visible";fHide="hidden";}
if (document.getElementById&&!document.all) {n=0;ie=0;ns6=1;fShow="visible";fHide="hidden";}
if (document.layers) {n=1;ie=0;ns6=0;fShow="show";fHide="hide";}
opr6=ie&&navigator.userAgent.indexOf("Opera")!=-1
window.onerror=new Function("return true")
s = "";
if (ie||ns6) s += "
";
s += "
";
if (ie||ns6) s+= "
";
document.writeln(s);
function closeBar() {
if (ie&&!opr6) document.all["MainTable"].style.display = "none";
}
function moveBar() {
if (ie&&!opr6) document.all["MainTable"].style.top = document.body.scrollTop + 10;
}
function moveBarTimer() {
moveBar();
setTImeout("moveBarTimer()", 200);
}
if (ie||ns6) {
window.onscroll=moveBar;
}
moveBarTimer();