function change_caton(obj)
{
obj.className="caton";
}

function change_catoff(obj)
{
obj.className="catoff";
}