// Google Analytics
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9055230-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
// End Google Analytics

//Navbar
function hideSecNav(){
	document.getElementById('folioNav').style.display='none';
	document.getElementById('projectNav').style.display='none';
}
function showFolio(){
	hideSecNav();
	document.getElementById('folioNav').style.display='block';
}
function showProjects(){
	hideSecNav();
	document.getElementById('projectNav').style.display='block';
}

function goHome(){
	//window.location = "index.php";
	alert("This is an alert!");
}/*
function goUnity(){
	//window.location = "unity.php";
	alert("This page does not yet exist!");
}
function goContact(){
	//window.location = "contact.php";
	alert("This page does not yet exist!");
}*/
