/*function showPersonalTab() {
  $('personalSubnav').show();
  $('businessSubnav').hide();
  $$('#personalTab a')[0].style.background = "transparent url('/public/images/navPersTab.png') no-repeat 0 -71px;";
  $$('#businessTab a')[0].style.background = "transparent url('/public/images/navBizTab.png') no-repeat 0 0;";
}*/

function toggleNav(flyout) {
	$('aboutFlyOut').hide();
	$('spaFlyOut').hide();
	$('footBathFlyOut').hide();
	flyout.show();
}
