/**
 * Heinz GmbH - JS: Animationen
 *
 *
 * @author Danny Otto | pixelbrand.net
 * @date   2010-09
 *
 * hacer con amor
 *
 */
$(document).ready(function() {
  $('.lightbox, .gallery a').fancybox({'titlePosition':'inside'});
  $('.fancytable').fancybox({'autoDimensions':'true'});
  $('#main a[href^=http]').not(':has(img)').prepend('<img class="jsico" src=\"templates/opc/images/ico_ext.png\" alt=\"\" />');
  $('#footer p.toplink').prepend('<a href=\"javascript:window.print();\" class="printlink">Seite drucken</a> ');
  $('.jquery_tabs').accessibleTabs({fx:'show',fxspeed: '', syncheights: false, tabhead: 'h4', tabbody:'.tab-content'});
});

