$(document).ready(
	function(){

		$("#linkh1").click(
			function(){
				//$("#h1").attr("src","/images/h1-.gif");
				//$("#h2").attr("src","/images/h2.gif");
				//$("#h3").attr("src","/images/h3.gif");
				//$("#h4").attr("src","/images/h4.gif");
				$("#homecontent1").fadeIn("slow");
				$("#homecontent2").hide();
				$("#homecontent3").hide();
				$("#homecontent4").hide();
				//$("#homecontent5").hide();
				//$("#homecontent6").hide();
				return false;
			}
		);
		
		$("#linkh2").click(
			function(){
				$("#h2").attr("src","/images/h2-.gif");
				//$("#h1").attr("src","/images/h1.gif");
				$("#homecontent2").fadeIn("slow");
				$("#homecontent1").hide();
				$("#homecontent3").hide();
				$("#homecontent4").hide();
				//$("#homecontent5").hide();
				//$("#homecontent6").hide();
				return false;
			}
		);
		
		$("#linkh3").click(
			function(){				
				//$("#h3").attr("src","/images/h3-.gif");
				$("#homecontent3").fadeIn("slow");			
				$("#homecontent1").hide();
				$("#homecontent2").hide();
				$("#homecontent4").hide();
				//$("#homecontent5").hide();
				//$("#homecontent6").hide();
				return false;
			}
		);
		
		$("#linkh4").click(
			function(){				
				//$("#h4").attr("src","/images/h4-.gif");
				$("#homecontent4").fadeIn("slow");				
				$("#homecontent1").hide();
				$("#homecontent2").hide();
				$("#homecontent3").hide();
				//$("#homecontent5").hide();
				//$("#homecontent6").hide();
				return false;
			}
		);
		
		/*$("#linkh5").click(
			function(){				
				//$("#h4").attr("src","/images/h4-.gif");
				$("#homecontent5").fadeIn("slow");				
				$("#homecontent1").hide();
				$("#homecontent2").hide();
				$("#homecontent3").hide();
				$("#homecontent4").hide();
				$("#homecontent6").hide();
				return false;
			}
		);	
		
		$("#linkh6").click(
			function(){				
				//$("#h4").attr("src","/images/h4-.gif");
				$("#homecontent6").fadeIn("slow");				
				$("#homecontent1").hide();
				$("#homecontent2").hide();
				$("#homecontent3").hide();
				$("#homecontent4").hide();
				$("#homecontent5").hide();
				return false;
			}
		);	*/	
		
	}
);
