$(document).ready(function(){
  //$(document).pngFix(); 
	//each click on a button will be intercepted
	$("#sendeplan-button").click(function() {
	  $setting = $("#home");
    $("#sendeplan").slideToggle('slow').animate({opacity: 1.0}, 200);
  });
});

