$(function() {
  $('#wappen li a').tooltip({ track: true, delay: 0, positionLeft: true, top: 20 });
  $('.jstabs').accessibleTabs({
      wrapperClass: 'jstabs-content',
      currentClass: 'current',
      tabhead: 'h4',
      tabbody: '.jstabs-body',
      fx: 'fadeIn',
      fxspeed: 'normal',
      currentInfoText: 'Aktueller Tab: ',
      currentInfoPosition: 'prepend',
      currentInfoClass: 'jstabs-current-info'
  });
  $('.slideshow').cycle({ fx: 'fade', speed: 500, timeout: 2500, next: '.slideshow' });
  $('#wappen img, #start .btn_start img').pngfix();
  
  $('td.typo3-editPanel-controls a img[src$=history2.gif]').parent('a').attr('title','Bearbeitsverlauf anzeigen');
  $('td.typo3-editPanel-controls a img[src$=move_page.gif]').parent('a').attr('title','Seite verschieben');
  $('td.typo3-editPanel-controls a img[src$=new_page.gif]').parent('a').attr('title','Neue Seite anlegen');
  $('td.typo3-editPanel-controls a img[src$=edit2.gif]').parent('a').attr('title','Datensatz bearbeiten');
  $('td.typo3-editPanel-controls a img[src$=button_up.gif]').parent('a').attr('title','Datensatz nach oben schieben');
  $('td.typo3-editPanel-controls a img[src$=button_down.gif]').parent('a').attr('title','Datensatz nach unten schieben');
  $('td.typo3-editPanel-controls a img[src$=button_hide.gif]').parent('a').attr('title','Datensatz ausblenden');
  $('td.typo3-editPanel-controls a img[src$=new_record.gif]').parent('a').attr('title','Datensatz einfügen');
  $('td.typo3-editPanel-controls a img[src$=delete_record.gif]').parent('a').attr('title','Datensatz löschen');
  $('td.typo3-editPanel-controls a').tooltip({ track: true, delay: 0, showURL: false });
  
  
});
