/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
Cufon.replace('.slide h1, .slide p, .section-nav h2, .tertiary-content h2', { fontFamily: 'Gotham Titling', hover: true });
Cufon.replace('.slide .more, .module h2, .content h2, .content h1', { fontFamily: 'Gotham', hover: true });

var slideWidth, targetPos, current, carousel;

//jQuery Load
$(document).ready(function() {

	$('.office-link a').click(function() {
		$(document).scrollTo($(this).attr('href'), 1000);
		return false;
	});

	$('.sub-nav a').click(function() {
		$('.bios li').show().parent().find('li:not(' + $(this).attr('href') + ')').hide();
		return false;
	});


}, function() {
	//GUnload();
});



// Print Page
function printThis() {
	(window.print) ? window.print() : alert('To print his page press Ctrl-P on your keyboard \nor choose print from your browser or device after clicking OK');
}
