function ChangeCategoryText(o, text)
{
	if(o)
	{
		if(o.filters) o.filters[0].apply();
		o.innerHTML=text;
		if(o.filters) o.filters[0].play();
	}
}
