if (document.images) { img1 = new Image(); img2 = new Image(); img1.src = "/ricksimg/emptyhover.gif"; img2.src = "/ricksimg/empty.gif" } function goLite(FRM,BTN) { window.document.forms[FRM].elements[BTN].style.textDecoration = "underline"; window.document.forms[FRM].elements[BTN].style.color = "#000000"; } function goDim(FRM,BTN) { window.document.forms[FRM].elements[BTN].style.textDecoration = "none"; window.document.forms[FRM].elements[BTN].style.color = "#775555"; }