$(document).ready(function(){
	$('#head #triggerinfo').click(function() {
	  $('#head .subnavi').fadeOut('slow');
	  $('#head #info').fadeIn('slow');				 
	});
	$('#head #triggercontact').click(function() {
	  $('#head .subnavi').fadeOut('slow');
	  $('#head #contact').fadeIn('slow');				 
	});
	$('#head #triggerteam').click(function() {
	  $('#head .subnavi').fadeOut('slow');
	  $('#head #team').fadeIn('slow');				 					
	});
	$('#head #triggercup').click(function() {
	  $('#head .subnavi').fadeOut('slow');
	  $('#head #cups').fadeIn('slow');				 
	});
 });
