function cngClass(i,c){ if(document.all) document.all(i).className=c; else if(document.getElementById)  document.getElementById(i).className=c; }