function changeImage(objButton, strImgHover) {
	objButton.style.backgroundImage="url('/_imgs/" + strImgHover + "')";
}