
	$(function() {
		$("#tabs").tabs();
		$("#tabs_flexunits").tabs();
		$("#accordion").accordion({ header: "h3" });
		$("#accordion2").accordion({ header: "h3" });
		$("#accordion3").accordion({ header: "h3" });
	});



  $(document).ready(function(){
    
    // Using multiple unit types within one animation. click oder hover
    $("a#size1").click(function(){
      $("#z_listview").animate({ 
        width: "70px",
        opacity: 0.9,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#size2").click(function(){
      $("#z_listview").animate({ 
        width: "673px",
        opacity: 0.9,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#size0").click(function(){
      $("#z_listview").animate({ 
        width: "0px",
        opacity: 0.95,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#ausgabe_h1").click(function(){
      $("#z_ausgabebox").animate({ 
        height: "500px",
        opacity: 0.95,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#hilfe_h1").click(function(){
      $("#z_hilfebox").animate({ 
        height: "500px",
        opacity: 0.95,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#eigensch_h1").click(function(){
      $("#z_eigenschhilfebox").animate({ 
        height: "500px",
        opacity: 0.8,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#ausgabe_h0").click(function(){
      $("#z_ausgabebox").animate({ 
        height: "30px",
        opacity: 0.8,
        borderWidth: "1px"
      }, 500 );
    });

  });

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#hilfe_h0").click(function(){
      $("#z_hilfebox").animate({ 
        height: "30px",
        opacity: 0.8,
        borderWidth: "1px"
      }, 500 );
    });

  });
  
  
    $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#commentssliderin").click(function(){
      $("#z_pp_comm_container_in").animate({ 
        width: "600px",
        opacity: 1,
        borderWidth: "1px"
      }, 500 );
    });

  });
  

  
  
  $(document).ready(function(){
    
    $("a#commentssliderout").click(function () {
      $("#z_pp_comm_container_in").hide("slow");
    });    

  });



  

  $(document).ready(function(){
    
    // Using multiple unit types within one animation.
    $("a#eigensch_h0").click(function(){
      $("#z_eigenschhilfebox").animate({ 
        height: "30px",
        opacity: 0.8,
        borderWidth: "1px"
      }, 500 );
    });

  });

<!-- jQuery Code subcats ribbons  -->
$(document).ready(function() {
$('#morebox').hide();

$('a.subfunctions').click(function() {
        var id = $(this).attr('id');
     $('#morebox' + id).toggle(500);
        // alert(id);
     return false;
     });

}); 


<!-- jQuery Code subcats ribbons big  -->
$(document).ready(function() {
$('#morebox_big').hide();

$('a.subfunctions_big').click(function() {
        var id = $(this).attr('id');
     $('#morebox_big' + id).toggle(500);
        // alert(id);
     return false;
     });

}); 

<!-- jQuery Demo menü show edit-overlay  -->
$(document).ready(function() {
$('.project_menu_auto_on').click(function() {
                 $('#accordion2').addClass("hidden");
                 $(this).addClass("show_bg_on");
                 $('#acc3').removeClass("acchidden");
         }); 
   });         

<!-- jQuery Demo menü hide edit-overlay  -->
$(document).ready(function() {
$('.project_menu_auto_off').click(function() {
                 $('#accordion2').removeClass("hidden");
                 $('#acc3').addClass("acchidden");
                 $('.project_menu_auto_on').removeClass("show_bg_on");
         }); 
   });         



<!-- jQuery code greybox -->


      var GB_ANIMATION = true;
      $(document).ready(function(){
        $("a.greybox").click(function(){
          var t = this.title || $(this).text() || this.href;
          GB_show(t,this.href,600,900);
          return false;
        });
      });
      
            var GB_ANIMATION = true;
      $(document).ready(function(){
        $("a.greybox2").click(function(){
          var t = this.title || $(this).text() || this.href;
          GB_show(t,this.href,1000,900);
          return false;
        });
      });
      

 

