var gObj,gHex,timer;
function Start_td_ro(obj,hex,type){
 var isMoz = parseInt(navigator.appVersion) >= 5 && navigator.appName == 'Netscape' ? true : false;
 if (type == 'fade' && !isMoz){gHex=hex;gObj=obj;NN_tr_fadeIn();
 } else { obj.style.backgroundColor=hex;}
 obj.style.cursor='hand';
}
function Reset_td_ro(obj,hex){
 obj.style.backgroundColor=hex;clearTimeout(timer);
}
