function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#0000FF";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "";
}

function onClickButton(htmlCode)
{
document.all.text1.innerHTML = htmlCode;
} 
