﻿
function show_ob_fc() {
	document.getElementById("ob-first-community").style.left = "36px";
	document.getElementById("ob-arbor").style.left = "-10000em";
	document.getElementById("onlineBanking").style.backgroundImage = "url(images/BG-ob-firstCommunity.png)";
}

function show_ob_ab() {
	document.getElementById("ob-arbor").style.left = "36px";
	document.getElementById("ob-first-community").style.left = "-10000em";
	document.getElementById("onlineBanking").style.backgroundImage = "url(images/BG-ob-arbor.png)";
}
