function input_btn_hov(loc,cls){
	if(loc.className)
		loc.className=cls;
}