$(document).ready(function(){

	$("#hsmtm").click(function () {
	$("#welcome").hide(250);
	
	$("#tex").animate({
    height: '675'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#sink").animate({
    bottom: '-240'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#altheader").hide(250);
	$("#usheader").hide(250);
	$("#mtmheader").slideDown(750);
	});
	
	$("#hsalt").click(function () {
	$("#welcome").hide(250);
	
	$("#tex").animate({
    height: '675'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#sink").animate({
    bottom: '-240'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#usheader").hide(250);
	$("#mtmheader").hide(250);
	$("#altheader").slideDown(750);
	});
	
	$("#hsus").click (function () {
	$("#welcome").hide(250);
	
	$("#tex").animate({
    height: '675'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#sink").animate({
    bottom: '-240'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#altheader").hide(250);
	$("#mtmheader").hide(250);
	$("#usheader").slideDown(750);
	});
	
	$("#titlearea").click(function () {
	$("#welcome").slideDown(750);
	
	$("#tex").animate({
    height: '365'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#sink").animate({
    bottom: '70'
  }, 750, function() {
    // Animation complete.
  });
	
	$("#altheader").hide(250);
	$("#usheader").hide(250);
	$("#mtmheader").hide(250);
	});


});




