var IE  = (document.all) ? true : false;                      // ie4+

function nto(obj, o) 
{
	//if(!IE) obj.style.cursor="pointer"; // NS
	   //else obj.style.cursor="hand";
	  if(o) obj.style.backgroundColor="#EBEBEB";
	   else obj.style.backgroundColor="";
}
