var isTopMenuImgChange = true;

function changeTopMenuImg() {
	document.getElementById("aboutNavBut").childNodes[0].style.backgroundImage = "url(/bjs/images/topbar_whiteAbtBJS.gif)";
}
