function setBtnBackground(obj,flag) {
	if (flag == 0) {
		obj.style.background  = "url(images/header-nav-bg.gif) no-repeat 0 0";
	} else {
		obj.style.background  = "url(images/header-nav-bg_over.gif) no-repeat 0 0";
	}
}
