/* Expands by MKY */

$(document).ready(function(){
 
/*pluscontenthead*/
  $(".pluscontentinhalt").hide(); 

  $(".pluscontenthead").click(function() { 
	//$j(".pluscontenthead").toggleClass("pluscontentopen").next(".open").show();
  //   $(this).nextAll(".pluscontentinhalt").animate({ height: 'toggle', opacity: 'toggle'},{duration: 1000, 
  //      complete:function(){ 
         $(this).toggleClass("pluscontentopen").next(".pluscontentinhalt").toggle(); 
  //	 } });
      });

});  