// JavaScript Document
	$(function()
	{
		$("#home_doug").hover(showTitle_doug,showTitle_refresh);
		$("#home_david").hover(showTitle_david,showTitle_refresh);
		$("#home_allison").hover(showTitle_allison,showTitle_refresh);
		$("#home_carlos").hover(showTitle_carlos,showTitle_refresh);
		$("#home_paul").hover(showTitle_paul,showTitle_refresh);
		$("#home_warren").hover(showTitle_warren,showTitle_refresh);
		$("#home_michael").hover(showTitle_michael,showTitle_refresh);

		$("#home_allegra").hover(showTitle_allegra,showTitle_refresh);
		$("#home_brett").hover(showTitle_brett,showTitle_refresh);


	});

	function showTitle_doug()
	{
		$("#title_david,#title_allison,#title_carlos, #title_paul,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_doug").fadeIn(400);
		$("#home_david,#home_allison,#home_carlos, #home_paul,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:.6})
		;
	}
	
	function showTitle_refresh() {
		$("#home_doug,#home_david,#home_allison,#home_carlos, #home_paul,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:1});
		$("#title_doug,#title_david,#title_allison,#title_carlos, #title_paul,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
	}
	
	function showTitle_david()
	{
		$("#title_doug,#title_allison,#title_carlos, #title_paul,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_david").fadeIn(400);
		$("#home_doug,#home_allison,#home_carlos, #home_paul,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:.6});
	}

	function showTitle_allison()
	{
		$("#title_doug,#title_david,#title_carlos, #title_paul,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_allison").fadeIn(400);
		$("#home_doug,#home_david,#home_carlos, #home_paul,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:.6});
	}

	function showTitle_carlos()
	{
		$("#title_doug,#title_david,#title_allison, #title_paul,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_carlos").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_paul,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:.6});
	}
	
	
	
	
	
	
	
	
		function showTitle_paul()
	{
		$("#title_doug,#title_david,#title_allison, #title_carlos,#title_warren,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_paul").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_carlos,#home_warren,#home_michael,#home_allegra,#home_brett").css({opacity:.6});
	}
	
		function showTitle_warren()
	{
		$("#title_doug,#title_david,#title_allison, #title_paul,#title_carlos,#title_michael,#title_allegra,#title_brett").fadeOut(200);
		$("#title_warren").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_paul,#home_carlos,#home_michael,#home_allegra,#home_brett").css({opacity:.6});
	}
	
		function showTitle_michael()
	{
		$("#title_doug,#title_david,#title_allison, #title_paul,#title_warren,#title_carlos,#title_allegra,#title_brett").fadeOut(200);
		$("#title_michael").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_paul,#home_warren,#home_carlos,#home_allegra,#home_brett").css({opacity:.6});
	}
	
		function showTitle_allegra()
	{
		$("#title_doug,#title_david,#title_allison, #title_paul,#title_warren,#title_carlos,#title_michael,#title_brett").fadeOut(200);
		$("#title_allegra").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_paul,#home_warren,#home_carlos,#home_michael,#home_brett").css({opacity:.6});
	}
	
			function showTitle_brett()
	{
		$("#title_doug,#title_david,#title_allison, #title_paul,#title_warren,#title_carlos,#title_michael,#title_allegra").fadeOut(200);
		$("#title_brett").fadeIn(400);
		$("#home_doug,#home_david,#home_allison, #home_paul,#home_warren,#home_carlos,#home_michael,#home_allegra").css({opacity:.6});
	}		
	

