﻿function ch(obj) 
{
 if(obj.style.backgroundImage == "url('/img/bg/bg_on.gif')") return; 
 
obj.style.backgroundImage="url('/img/bg/bg_on.gif')"; 
}