$("#hide").click(function(){
  $("#container").animate({"top": "0%"}, "slow");
  $("#container").animate({"margin-top": "-330px"}, "slow");
   $("#toon").animate({"margin-top": "0"}, "slow");
    $("#hide").animate({"margin-top": "0px"}, "slow");
	$("#onlyheader").show({}, "slow");
});


$("#hoofd1").toggle(
  function () {
  $("#hoofd1 a").animate({"margin-top": "-100px"}, "slow");
  $("#hoofd1 a").animate({"height": "201px"}, "slow");
  $("#tekst1").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst1").hide({}, "slow");
	    $("#hoofd1 a").animate({"height": "19px"}, "slow");
  $("#hoofd1 a").animate({"margin-top": "82px"}, "slow");
  }
);

$("#breadcrumbs .fotografie").toggle(
  function () {
  $("#hoofd1 a").animate({"margin-top": "-100px"}, "slow");
  $("#hoofd1 a").animate({"height": "201px"}, "slow");
  $("#tekst1").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst1").hide({}, "slow");
	    $("#hoofd1 a").animate({"height": "19px"}, "slow");
  $("#hoofd1 a").animate({"margin-top": "82px"}, "slow");
  }
);

$("#breadcrumbs .multimedia").toggle(
  function () {
  $("#hoofd3 a").animate({"margin-top": "-120px"}, "slow");
  $("#hoofd3 a").animate({"height": "221px"}, "slow");
  $("#tekst3").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst3").hide({}, "slow");
	    $("#hoofd3 a").animate({"height": "19px"}, "slow");
  $("#hoofd3 a").animate({"margin-top": "82px"}, "slow");
  }
);

$("#breadcrumbs .vormgeving").toggle(
  function () {
  $("#hoofd2 a").animate({"margin-top": "-100px"}, "slow");
  $("#hoofd2 a").animate({"height": "201px"}, "slow");
  $("#tekst2").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst2").hide({}, "slow");
	    $("#hoofd2 a").animate({"height": "19px"}, "slow");
  $("#hoofd2 a").animate({"margin-top": "82px"}, "slow");
  }
);


$("#hoofd2").toggle(
  function () {
  $("#hoofd2 a").animate({"margin-top": "-100px"}, "slow");
  $("#hoofd2 a").animate({"height": "201px"}, "slow");
  $("#tekst2").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst2").hide({}, "slow");
	    $("#hoofd2 a").animate({"height": "19px"}, "slow");
  $("#hoofd2 a").animate({"margin-top": "82px"}, "slow");
  }
);

$("#hoofd3").toggle(
  function () {
  $("#hoofd3 a").animate({"margin-top": "-120px"}, "slow");
  $("#hoofd3 a").animate({"height": "221px"}, "slow");
  $("#tekst3").delay(800).fadeIn(400)({}, "slow");
  },
  function () {
	    $("#tekst3").hide({}, "slow");
	    $("#hoofd3 a").animate({"height": "19px"}, "slow");
  $("#hoofd3 a").animate({"margin-top": "82px"}, "slow");
  }
);

$("#toon").click(function(){
  $("#container").animate({"top": "50%"}, "slow");
  $("#container").animate({"margin-top": "-175px"}, "slow");
     $("#toon").animate({"margin-top": "-25px"}, "slow");
	    $("#hide").animate({"margin-top": "82px"}, "slow");
			$("#onlyheader").hide({}, "slow");
});

