//<![CDATA[
        function bg(objRef, state) {
                objRef.style.backgroundColor = (1 == state) ? '#EEEEEE' : '';
                return;
        }
        document.write('<style type="text/css">td.to-bgstyle, td.to-dk-bgstyle{ cursor:pointer; }</style>');
//]]>