$(document).ready(function () 
{

	//$('body').supersleight({shim: '/images/transparent.gif'});

	
	$('.about_hunter_sage img').bind('mouseover',function()
	{
		$(this).attr("src","images/navigation/active/about_hunter-sage.jpg");

	}
	);
	
	
	$('.about_hunter_sage img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/about_hunter-sage.jpg");

	});
	$('.about_process img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/about_process.jpg");

	});
	$('.about_process img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/about_process.jpg");

	});
	$('.about_team img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/about_team.jpg");

	});
	$('.about_team img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/about_team.jpg");

	});
	$('.about_contract_division img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/about_contract-division.jpg");

	});
	$('.about_contract_division img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/about_contract-division.jpg");

	});
	$('.about_hr img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/about_hr.jpg");

	});
	$('.about_hr img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/about_hr.jpg");

	});
	$('.success_results img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/success-results.jpg");

	});
	$('.success_results img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/success-results.jpg");

	});
	$('.become_candidate img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/become-candidate.jpg");

	});
	$('.become_candidate img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/become-candidate.jpg");

	});
	$('.interview_tips img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/interview-tips.jpg");

	});
	$('.interview_tips img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/interview-tips.jpg");

	});
	$('.industry_links img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/industry-links.jpg");

	});
	$('.industry_links img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/industry-links.jpg");

	});
	$('.get_in_touch img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/get-in-touch.jpg");

	});
	$('.get_in_touch img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/get-in-touch.jpg");

	});
	$('.need_fulltime img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/need_fulltime.jpg");

	});
	$('.need_fulltime img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/need_fulltime.jpg");

	});
	$('.need_hr img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/need_hr.jpg");

	});
	$('.need_hr img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/need_hr.jpg");

	});
	$('.need_contract img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/need_contract.jpg");

	});
	$('.need_contract img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/need_contract.jpg");

	});
	$('.need_specialists img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/need_specialists.jpg");

	});
	$('.need_specialists img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/need_specialists.jpg");

	});
	$('.need_position img').bind('mouseover',function() {
		$(this).attr("src","images/navigation/active/need_position.jpg");
	});
	$('.need_position img').bind('mouseout',function() {
		$(this).attr("src","images/navigation/inactive/need_position.jpg");
	});

	$('.about_huckle img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/huckle.png");
	});
	$('.about_huckle img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/huckle.png");
	});
	
	
	
	
	$('.about_lamas img').bind('mouseover',function() {
					$(this).attr("src","images/team/active/lamas.png");
				});
				$('.about_lamas img').bind('mouseout',function() {
					$(this).attr("src","images/team/inactive/lamas.png");
	});
	
	
	
	$('.about_morrow img').bind('mouseover',function() {
				$(this).attr("src","images/team/active/morrow.png");
			});
			$('.about_morrow img').bind('mouseout',function() {
				$(this).attr("src","images/team/inactive/morrow.png");
	});
	
	$('.about_cavanaugh img').bind('mouseover',function() {
			$(this).attr("src","images/team/active/cavanaugh.png");
		});
		$('.about_cavanaugh img').bind('mouseout',function() {
			$(this).attr("src","images/team/inactive/cavanaugh.png");
	});
	$('.about_whitford img').bind('mouseover',function() {
				$(this).attr("src","images/team/active/whitford.png");
			});
			$('.about_whitford img').bind('mouseout',function() {
				$(this).attr("src","images/team/inactive/whitford.png");
	});
	
	
	$('.about_kahn img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/kahn.gif");
	});
	$('.about_kahn img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/kahn.gif");
	});
	$('.about_mcdonough img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/mcdonough.gif");
	});
	$('.about_mcdonough img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/mcdonough.gif");
	});
	$('.about_radtke img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/radtke.gif");
	});
	$('.about_radtke img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/radtke.gif");
	});
	$('.about_thompson img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/thompson.png");
	});
	$('.about_thompson img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/thompson.png");
	});
	$('.about_jamail img').bind('mouseover',function() {
		$(this).attr("src","images/team/active/jamail.png");
	});
	$('.about_jamail img').bind('mouseout',function() {
		$(this).attr("src","images/team/inactive/jamail.png");
	});
	
	var $speed = 1500;
	var $hash = '#'+jQuery.url.attr("anchor");
	
	$(".panel").css({
		"position" : "absolute",
		"top" : "0",
		"left" : "0"
	});
	
	$("#home").hide();
	$("#about_hunter_sage").hide();
	$("#about_process").hide();
	$("#about_team").hide();
	$("#about_huckle").hide();
	$("#about_cavanaugh").hide();
	$("#about_kahn").hide();
	$("#about_mcdonough").hide();
	$("#about_radtke").hide();
	$("#about_thompson").hide();
	$("#about_jamail").hide();
	$("#about_morrow").hide();
	$("#about_lamas").hide();
	$("#about_whitford").hide();
	$("#about_contract_division").hide();
	$("#about_hr").hide();
	$("#success_results").hide();
	$("#become_candidate").hide();
	$("#interview_tips").hide();
	$("#industry_links").hide();
	$("#get_in_touch").hide();
	$("#need_fulltime").hide();
	$("#need_hr").hide();
	$("#need_contract").hide();
	$("#need_specialists").hide();
	
	$("#branding").hide();
	$("#branding .navigation_header").hide();
	$(".navigation ul").hide();
	
	if ($($hash+" .leftcol").is(":hidden"))
	{
		$($hash).show();
		$($hash+" .leftcol").hide();
		$($hash+" .leftcontent").hide();
		$($hash+" .rightcol").hide();
		$($hash+" .slider").hide();
		
		$($hash+" .leftcol").slideDown($speed, function () {
			$($hash+" .rightcol").slideDown($speed, function () {
				$($hash+" .leftcontent").slideDown($speed, function () {
					$("#branding").show();
					$("#branding .navigation_header").slideDown(500, function () {
						$(".navigation ul").slideDown(800, function () {
							$($hash+" .slider").slideDown(500);
							$($hash+" .scrollbuttons").fadeIn(1000);
						});
					});
				});
			});
		});
	} else {
		$("#home").show();
		$("#home .leftcol").hide();
		$("#home .leftcontent").hide();
		$("#home .rightcol").hide();
		$("#home .slider").hide();
		
		$("#home .leftcol").slideDown($speed, function () {
			$("#home .rightcol").slideDown($speed, function () {
				$("#home .leftcontent").slideDown($speed, function () {
					$("#branding").show();
					$("#branding .navigation_header").slideDown(500, function () {
						$(".navigation ul").slideDown(800, function () {
							$("#home .slider").slideDown(500);
						});
					});
				});
			});
		});
	}
	
	
	jQuery(".home").click(function () {
		$("*").stop(true, true);
		var $panel = "#home";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_whitford").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".about_hunter_sage").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_hunter_sage";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".about_process").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_process";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);

			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".about_team").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_team";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .team_1").hide();
		$($panel+" .team_2").hide();
		$($panel+" .team_3").hide();
		$($panel+" .team_4").hide();
		$($panel+" .team_5").hide();
		$($panel+" .team_6").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .team_1").slideDown(600, function () {
				$($panel+" .team_2").slideDown(600, function () {
					$($panel+" .team_3").slideDown(600, function () {
						$($panel+" .team_4").slideDown(600, function () {
							$($panel+" .team_5").slideDown(600, function () {
								$($panel+" .team_6").slideDown(600, function () {
									
									$($panel+" .slider").slideDown($speed);
									
									$("#home").hide();
									$("#about_hunter_sage").hide();
									$("#about_process").hide();
									$("#about_huckle").hide();
									$("#about_cavanaugh").hide();
									$("#about_whitford").hide();
									$("#about_kahn").hide();
									$("#about_mcdonough").hide();
									$("#about_radtke").hide();
									$("#about_thompson").hide();
									$("#about_jamail").hide();
									$("#about_lamas").hide();
									$("#about_morrow").hide();
									$("#about_contract_division").hide();
									$("#about_hr").hide();
									$("#success_results").hide();
									$("#become_candidate").hide();
									$("#interview_tips").hide();
									$("#industry_links").hide();
									$("#get_in_touch").hide();
									$("#need_fulltime").hide();
									$("#need_hr").hide();
									$("#need_contract").hide();
									$("#need_specialists").hide();
								
									$($panel+" .leftcol").css({
										"z-index" : "52"
									});
									$($panel+" .rightcol").css({
										"z-index" : "51"
									});
								});
							});
						});
					});
				});
			});
			
		});
		
	});
	
	jQuery(".about_huckle").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_huckle";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_kahn").hide();
				$("#about_mcdonough").hide();
				$("#about_radtke").hide();
				$("#about_thompson").hide();
				$("#about_jamail").hide();
				$("#about_lamas").hide();
				$("#about_morrow").hide();
				$("#about_cavanaugh").hide();
				$("#about_whitford").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	
	
	jQuery(".about_cavanaugh").click(function () {
			$("*").stop(true, true);
			var $panel = "#about_cavanaugh";
			
			$($panel).show();
			$($panel+" .leftcol").hide();
			$($panel+" .rightcol").hide();
			$($panel+" .slider").hide();
			$($panel+" .photo img").hide();
	
			
			$($panel+" .leftcol").css({
				"z-index" : "102"
			});
			$($panel+" .rightcol").css({
				"z-index" : "101"
			});
			
			$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
				$($panel+" .photo img").fadeIn($speed, function () {
					$($panel+" .slider").slideDown($speed);
					
					$("#home").hide();
					$("#about_hunter_sage").hide();
					$("#about_process").hide();
					$("#about_team").hide();
					$("#about_kahn").hide();
					$("#about_mcdonough").hide();
					$("#about_radtke").hide();
					$("#about_thompson").hide();
					$("#about_jamail").hide();
					$("#about_lamas").hide();
					$("#about_morrow").hide();
					$("#about_huckle").hide();
					$("#about_whitford").hide();
					$("#about_contract_division").hide();
					$("#about_hr").hide();
					$("#success_results").hide();
					$("#become_candidate").hide();
					$("#interview_tips").hide();
					$("#industry_links").hide();
					$("#get_in_touch").hide();
					$("#need_fulltime").hide();
					$("#need_hr").hide();
					$("#need_contract").hide();
					$("#need_specialists").hide();
				
					$($panel+" .leftcol").css({
						"z-index" : "52"
					});
					$($panel+" .rightcol").css({
						"z-index" : "51"
					});
				});
				
			});
			
	});
	
	
	
	jQuery(".about_whitford").click(function () {
				$("*").stop(true, true);
				var $panel = "#about_whitford";
				
				$($panel).show();
				$($panel+" .leftcol").hide();
				$($panel+" .rightcol").hide();
				$($panel+" .slider").hide();
				$($panel+" .photo img").hide();
		
				
				$($panel+" .leftcol").css({
					"z-index" : "102"
				});
				$($panel+" .rightcol").css({
					"z-index" : "101"
				});
				
				$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
					$($panel+" .photo img").fadeIn($speed, function () {
						$($panel+" .slider").slideDown($speed);
						
						$("#home").hide();
						$("#about_hunter_sage").hide();
						$("#about_process").hide();
						$("#about_team").hide();
						$("#about_kahn").hide();
						$("#about_mcdonough").hide();
						$("#about_radtke").hide();
						$("#about_thompson").hide();
						$("#about_jamail").hide();
						$("#about_lamas").hide();
						$("#about_morrow").hide();
						$("#about_huckle").hide();
						$("#about_cavanaugh").hide();
						$("#about_contract_division").hide();
						$("#about_hr").hide();
						$("#success_results").hide();
						$("#become_candidate").hide();
						$("#interview_tips").hide();
						$("#industry_links").hide();
						$("#get_in_touch").hide();
						$("#need_fulltime").hide();
						$("#need_hr").hide();
						$("#need_contract").hide();
						$("#need_specialists").hide();
					
						$($panel+" .leftcol").css({
							"z-index" : "52"
						});
						$($panel+" .rightcol").css({
							"z-index" : "51"
						});
					});
					
				});
				
	});
	
	
	
	jQuery(".about_kahn").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_kahn";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_huckle").hide();
				$("#about_mcdonough").hide();
				$("#about_radtke").hide();
				$("#about_thompson").hide();
				$("#about_jamail").hide();
				$("#about_morrow").hide();
				$("#about_lamas").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	jQuery(".about_mcdonough").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_mcdonough";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_huckle").hide();
				$("#about_kahn").hide();
				$("#about_radtke").hide();
				$("#about_thompson").hide();
				$("#about_jamail").hide();
				$("#about_morrow").hide();
				$("#about_lamas").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	jQuery(".about_radtke").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_radtke";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_huckle").hide();
				$("#about_kahn").hide();
				$("#about_mcdonough").hide();
				$("#about_thompson").hide();
				$("#about_jamail").hide();
				$("#about_lamas").hide();
				$("#about_morrow").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	jQuery(".about_thompson").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_thompson";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_huckle").hide();
				$("#about_cavanaugh").hide();
				$("#about_whitford").hide();
				$("#about_kahn").hide();
				$("#about_mcdonough").hide();
				$("#about_radtke").hide();
				$("#about_jamail").hide();
				$("#about_morrow").hide();
				$("#about_lamas").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	
	jQuery(".about_lamas").click(function () {
			$("*").stop(true, true);
			var $panel = "#about_lamas";
			
			$($panel).show();
			$($panel+" .leftcol").hide();
			$($panel+" .rightcol").hide();
			$($panel+" .slider").hide();
			$($panel+" .photo img").hide();
			
			$($panel+" .leftcol").css({
				"z-index" : "102"
			});
			$($panel+" .rightcol").css({
				"z-index" : "101"
			});
			
			$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
				$($panel+" .photo img").fadeIn($speed, function () {
					$($panel+" .slider").slideDown($speed);
					
					$("#home").hide();
					$("#about_hunter_sage").hide();
					$("#about_process").hide();
					$("#about_team").hide();
					$("#about_huckle").hide();
					$("#about_morrow").hide();
					$("#about_jamail").hide();
					$("#about_cavanaugh").hide();
					$("#about_whitford").hide();
					$("#about_kahn").hide();
					$("#about_mcdonough").hide();
					$("#about_radtke").hide();
					$("#about_thompson").hide();
					$("#about_contract_division").hide();
					$("#about_hr").hide();
					$("#success_results").hide();
					$("#become_candidate").hide();
					$("#interview_tips").hide();
					$("#industry_links").hide();
					$("#get_in_touch").hide();
					$("#need_fulltime").hide();
					$("#need_hr").hide();
					$("#need_contract").hide();
					$("#need_specialists").hide();
				
					$($panel+" .leftcol").css({
						"z-index" : "52"
					});
					$($panel+" .rightcol").css({
						"z-index" : "51"
					});
				});
				
			});
			
	});
	
	
	jQuery(".about_jamail").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_jamail";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .photo img").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .photo img").fadeIn($speed, function () {
				$($panel+" .slider").slideDown($speed);
				
				$("#home").hide();
				$("#about_hunter_sage").hide();
				$("#about_process").hide();
				$("#about_team").hide();
				$("#about_huckle").hide();
				$("#about_morrow").hide();
				$("#about_lamas").hide();
				$("#about_cavanaugh").hide();
				$("#about_whitford").hide();
				$("#about_kahn").hide();
				$("#about_mcdonough").hide();
				$("#about_radtke").hide();
				$("#about_thompson").hide();
				$("#about_contract_division").hide();
				$("#about_hr").hide();
				$("#success_results").hide();
				$("#become_candidate").hide();
				$("#interview_tips").hide();
				$("#industry_links").hide();
				$("#get_in_touch").hide();
				$("#need_fulltime").hide();
				$("#need_hr").hide();
				$("#need_contract").hide();
				$("#need_specialists").hide();
			
				$($panel+" .leftcol").css({
					"z-index" : "52"
				});
				$($panel+" .rightcol").css({
					"z-index" : "51"
				});
			});
			
		});
		
	});
	
	
	
	jQuery(".about_morrow").click(function () {
			$("*").stop(true, true);
			var $panel = "#about_morrow";
			
			$($panel).show();
			$($panel+" .leftcol").hide();
			$($panel+" .rightcol").hide();
			$($panel+" .slider").hide();
			$($panel+" .photo img").hide();
			
			$($panel+" .leftcol").css({
				"z-index" : "102"
			});
			$($panel+" .rightcol").css({
				"z-index" : "101"
			});
			
			$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
				$($panel+" .photo img").fadeIn($speed, function () {
					$($panel+" .slider").slideDown($speed);
					
					$("#home").hide();
					$("#about_hunter_sage").hide();
					$("#about_process").hide();
					$("#about_team").hide();
					$("#about_huckle").hide();
					$("#about_jamail").hide();
					$("#about_lamas").hide();
					$("#about_cavanaugh").hide();
					$("#about_whitford").hide();
					$("#about_kahn").hide();
					$("#about_mcdonough").hide();
					$("#about_radtke").hide();
					$("#about_thompson").hide();
					$("#about_contract_division").hide();
					$("#about_hr").hide();
					$("#success_results").hide();
					$("#become_candidate").hide();
					$("#interview_tips").hide();
					$("#industry_links").hide();
					$("#get_in_touch").hide();
					$("#need_fulltime").hide();
					$("#need_hr").hide();
					$("#need_contract").hide();
					$("#need_specialists").hide();
				
					$($panel+" .leftcol").css({
						"z-index" : "52"
					});
					$($panel+" .rightcol").css({
						"z-index" : "51"
					});
				});
				
			});
			
	});
	
	
	
	jQuery(".about_contract_division").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_contract_division";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".about_hr").click(function () {
		$("*").stop(true, true);
		var $panel = "#about_hr";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".success_results").click(function () {
		$("*").stop(true, true);
		var $panel = "#success_results";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".become_candidate").click(function () {
		$("*").stop(true, true);
		var $panel = "#become_candidate";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);

			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".interview_tips").click(function () {
		$("*").stop(true, true);
		var $panel = "#interview_tips";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);

			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".industry_links").click(function () {
		$("*").stop(true, true);
		var $panel = "#industry_links";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".get_in_touch").click(function () {
		$("*").stop(true, true);
		var $panel = "#get_in_touch";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".need_fulltime").click(function () {
		$("*").stop(true, true);
		var $panel = "#need_fulltime";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".need_hr").click(function () {
		$("*").stop(true, true);
		var $panel = "#need_hr";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".need_contract").click(function () {
		$("*").stop(true, true);
		var $panel = "#need_contract";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		$($panel+" .scrollbuttons").hide();

		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			$($panel+" .scrollbuttons").fadeIn($speed);

			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_whitford").hide();
			$("#about_cavanaugh").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_lamas").hide();
			$("#about_jamail").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
	jQuery(".need_specialists").click(function () {
		$("*").stop(true, true);
		var $panel = "#need_specialists";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "52"
		});
		$($panel+" .rightcol").css({
			"z-index" : "51"
		});
			
		});
		
	});
		
	jQuery(".contact_us").click(function () {
		$("*").stop(true, true);
		var $panel = "#get_in_touch";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
	
});

/*
	jQuery(".").click(function () {
		$("*").stop(true, true);
		var $panel = "#";
		
		$($panel).show();
		$($panel+" .leftcol").hide();
		$($panel+" .rightcol").hide();
		$($panel+" .slider").hide();
		
		$($panel+" .leftcol").css({
			"z-index" : "102"
		});
		$($panel+" .rightcol").css({
			"z-index" : "101"
		});
		
		$($panel+" .leftcol, "+$panel+" .rightcol").slideDown($speed, function () {
			$($panel+" .slider").slideDown($speed);
			
			$("#home").hide();
			$("#about_hunter_sage").hide();
			$("#about_process").hide();
			$("#about_team").hide();
			$("#about_huckle").hide();
			$("#about_cavanaugh").hide();
			$("#about_whitford").hide();
			$("#about_jamail").hide();
			$("#about_lamas").hide();
			$("#about_morrow").hide();
			$("#about_kahn").hide();
			$("#about_mcdonough").hide();
			$("#about_radtke").hide();
			$("#about_thompson").hide();
			$("#about_contract_division").hide();
			$("#about_hr").hide();
			$("#success_results").hide();
			$("#become_candidate").hide();
			$("#interview_tips").hide();
			$("#industry_links").hide();
			$("#get_in_touch").hide();
			$("#need_fulltime").hide();
			$("#need_hr").hide();
			$("#need_contract").hide();
			$("#need_specialists").hide();
		
			$($panel+" .leftcol").css({
				"z-index" : "52"
			});
			$($panel+" .rightcol").css({
				"z-index" : "51"
			});
			
		});
		
	});
*/
