NC='#333399'; HC='#FF0000'; function SBWrite(paTxt) { window.status = paTxt; return true; } function SBErase() { window.status = top.defaultStatus; return true; } function ChangeBgColor(paElement, paColor, paIn) { eval("document.all." + paElement).style.backgroundColor = paColor; if (paIn==1) { eval("document.all." + paElement).style.filter = "Alpha(Opacity=100, FinishOpacity=5, Style=1)"; } else { eval("document.all." + paElement).style.filter = "Alpha(Opacity=35, FinishOpacity=100, Style=1)"; } return true; } function ChangeColor(paColor) { event.srcElement.style.color = paColor; return true; }