function showResponse(responseText){

	if(responseText == 1){ 
		$("#bademail, #badserver").fadeOut(400, function(){ 
			$('#success').fadeIn(400),
			$("#myForm input[type='text'], textarea").val('') 
			});
	}
	if(responseText == 2){ 
		$("#success, #badserver").fadeOut(400, function(){ 
			$('#bademail').fadeIn(400) 
			});
	}
	if(responseText == 3){ 
		$("#success, #bademail").fadeOut(400, function(){ 
			$('#badserver').fadeIn(400) 
			});
	}
}

$(document).ready(function(){
    
    
    $("#mich").click(function() {
		
	    $("#wrapper").animate( { top:"245px" }, 400 )
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        		
        		$("#mediation").animate( { top:"15px" }, 400),
        		$("#coaching").animate( { top:"15px" }, 400),
        		$("#jugend").animate( { top:"15px" }, 400),
        		$("#kosten").animate( { top:"15px" }, 400),
        		$("#links").fadeTo("400", 0.8),
        		$("#kontakt").fadeTo("400", 0.8),
			  	$("#impressum").fadeTo("400", 0.8),
        		$("#content, #intro").fadeOut(400,
        	
        		function(){$("#mich").animate( { top:"0px" }, 400 , 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
				
						function(){ 
							
							$('#content').load('home.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
	
	$("#mediation").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        		
        		$("#mich, #coaching, #jugend, #kosten").animate( { top:"15px" }, 400),
        		$("#links, #kontakt, #impressum").fadeTo("400", 0.8),
        		$("#content").fadeOut(400,
        	
        		function(){$("#mediation").animate( { top:"0px" }, 400 , 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
				
						function(){ 
							
							$('#content').load('mediation.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
     
     $("#coaching").click(function() {
		
		$("#intro").fadeOut(400),
		
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        		
        		$("#mich, #mediation, #jugend, #kosten").animate( { top:"15px" }, 400),
        		$("#links, #kontakt, #impressum").fadeTo("400", 0.8),
        		$("#content").fadeOut(400,
        	
        		function(){$("#coaching").animate( { top:"0px" }, 400 , 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
				
						function(){ 
							
							$('#content').load('coaching.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
     
     $("#jugend").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        	
        		$("#mich, #mediation, #coaching, #kosten").animate( { top:"15px" }, 400),
        		$("#links, #kontakt, #impressum").fadeTo("400", 0.8),
        		$("#content").fadeOut(400,
        	
        		function(){$("#jugend").animate( { top:"0px" }, 400 , 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
										
						function(){ 
							
							$('#content').load('jugend.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
     
     $("#kosten").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        	
        		$("#mich, #mediation, #coaching, #jugend").animate( { top:"15px" }, 400),
        		$("#links, #kontakt, #impressum").fadeTo("400", 0.8),
        		$("#content").fadeOut(400,
        	
        		function(){$("#kosten").animate( { top:"0px" }, 400 , 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
										
						function(){ 
							
							$('#content').load('kosten.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
     
     $("#links").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        	
        		$("#mich, #mediation, #coaching, #jugend, #kosten").animate( { top:"15px" }, 400),
        		$("#kontakt, #impressum").fadeTo("400", 0.8),
			  	$('#content').fadeOut(400,
        		
        		function(){$("#links").fadeTo("400", 1.0, 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
										
						function(){ 
							
							$('#content').load('links.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
     
     $("#kontakt").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        	
        		$("#mich, #mediation, #coaching, #jugend, #kosten").animate( { top:"15px" }, 400),
        		$("#links, #impressum").fadeTo("400", 0.8),
			  	$("#content").fadeOut(400,
        		
        		function(){$("#kontakt").fadeTo("400", 1.0, 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
										
						function(){ 
							
							$.get('kontakt.html', function(data){
       
								$('#content').html(data);
							
								reinitialiseScrollPane();
							
								var formoptions = { success: showResponse };
							
								$('#myForm').submit(function() { 
															   
								   $(this).ajaxSubmit(formoptions); 
								   
								   return false; 
								}); 
								   
							});
							
							$('#content').fadeIn(400); 
													
						});
					});
				});
			});
     });
     
     $("#impressum").click(function() {
		
	    $("#intro").fadeOut(400),
	    
	    $("#wrapper").animate( { top:"245px" }, 400),
        
        $("#nav").animate( { top:"212px" }, 400, 
        	
        	function(){ 
        	
        		$("#mich, #mediation, #coaching, #jugend, #kosten").animate( { top:"15px" }, 400),
        		$("#links, #kontakt").fadeTo("400", 0.8),
			  	$("#content").fadeOut(400,
        		
        		function(){$("#impressum").fadeTo("400", 1.0, 
				
					function() { $("#shadow, #contentBg").fadeIn(1400, 
										
						function(){ 
							
							$('#content').load('impressum.html', '', reinitialiseScrollPane),
							$('#content').fadeIn(400)
							
						});
					});
				});
			});
     });
    	
});
