function cOnweb(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#FF6C6C"; } } function cOnsec(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#5959FF"; } } function cOnsof(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#00C663"; } } function cOnsup(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#FFCC33"; } } function cOn(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#9C9A9C"; } } function cOn2(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#9C9A9C"; } } function cOut2(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#E7E7E7"; } } function cOut(td){ if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#9c9a9c"; } }