function tabSwap1(){ 
	$('div.tabContent').hide();
	$('div#superiorProductsContent').fadeIn('fast');
	clear();
	$('h2.tabViewerHeading').removeClass('active');
	$('h2#superiorProductsHeading').addClass('active');
	}

function tabSwap2(){
	$('div.tabContent').hide();
	$('div#solidLogisticsContent').fadeIn('fast');
	clear();
	$('div.tabViewer').addClass('tab2');
	$('h2.tabViewerHeading').removeClass('active');
	$('h2#solidLogisticsHeading').addClass('active');
	}

function tabSwap3(){
	$('div.tabContent').hide();
	$('div#amazingPeopleContent').fadeIn('fast');
	clear();
	$('div.tabViewer').addClass('tab3');
	$('h2.tabViewerHeading').removeClass('active');
	$('h2#amazingPeopleHeading').addClass('active');
	}
	
function clear(){ $('div.tabViewer').removeClass('tab2');$('div.tabViewer').removeClass('tab3');}

function swapTville(){ $('.googleMap').empty().load('maps/tville.html');}

function swapSydney(){ $('.googleMap').empty().load('maps/sidney.html');}

function swapNogales(){ $('.googleMap').empty().load('maps/nogales.html');}