function showBg(obj,show){
	if(show==0){
		obj.style.backgroundColor='#2790e4';
	}else
		obj.style.backgroundColor='#154873';
}
