

/*----------------SEARCH BTN SLIDEOUT------------------*/
	$j(document).ready(function() {
	$j('#search_ro a').removeAttr('href');	
	$j(".tx-macinasearchbox-pi1").hide();
	 
  $j("#search_ro").click(function () {
  		
      $j(".tx-macinasearchbox-pi1").fadeToggle("slow");
			$j(function() { $j("#focusme").focus(); });
    
    });
});
/*----------------Langsamer RollOver EVEKT------------------*/
         
 
  $j(document).ready(function() {
		$j('.imagenav').append('<div class="hover"><img src="fileadmin/templates/ETI-Brandenburg/img/rollover.png" > </div>').each(function () {
	  		var $jbild = $j('>.hover', this).css('opacity', 0);
	  		$j(this).hover(function () {
	    		$jbild.stop().fadeTo(400, 1);
	 		}, function () {
	   	$jbild.stop().fadeTo(1000, 0);
	  		});
		});
	});
	


/*----------------NEWS SLIDE OUT FUNKTION------------------*/

   $j(document).ready(function() {
        $j('.slide-out-div').tabSlideOut({
            tabHandle: '.handle',
            pathToTabImage: 'fileadmin/templates/ETI-Brandenburg/img/news-button_03.png',
            imageHeight: '95px',
            imageWidth: '33px',
            tabLocation: 'left',
            speed: 300, 
            action: 'click',
            topPos: '280px',
            leftPos: '2px',
            fixedPosition: false
        });

    });
    
       

