		function fun_changeColor(obj,state){
			if(state == 1)obj.bgColor ="#00FF00";//Active Row
			else obj.bgColor = "#FFFFFF";// non Active Row
		}