$(document).ready(function () {

	// Splash Page
	$('#background.splash').hide().delay(500).fadeIn(1000);
	$('#background.splash #logo1').hide().delay(1000).fadeIn(1000);
	$('#background.splash #logo2').hide().delay(2500).fadeIn(1500);
	$('#background.splash #menu').hide().delay(3500).fadeIn(1500);
	
	// Table of Contents
	$('.toc').hide().delay(500).fadeIn(1000);

	
	// Project pages
	$(".interior .peKenBurns").peKenburnsSlider()
}); 

/*
	$(function() {
		$( "#tabs" ).tabs({
			ajaxOptions: {
				error: function( xhr, status, index, anchor ) {
					$( anchor.hash ).html(
						"Couldn't load this tab. We'll try to fix this as soon as possible. " +
						"If this wouldn't be a demo." );
				}
			}
			
		});
		$("#tabs").bind('tabsshow',function(event, ui) {
            window.location = ui.tab;
        })
        $( "#tabs" ).tabs({ fx: { opacity: 'toggle' } });
	});

*/





