$(function() {

  $('a.lightbox').fancybox();

  var options = { min: 0, max: 3}; $.FontSizer.Init(options);
  $('#header h2').after('<hr class="hideme" /><div id="fontsize">Schriftgröße: <a href="#" title="Schrift verkleinern" onclick="$.FontSizer.DecreaseSize(); return false;"><img src=\"fileadmin/wfb/html/images/ico_fontsize_a.gif\" alt=\"\" /></a><a href="#" title="Schrift vergrößern" onclick="$.FontSizer.IncreaseSize(); return false;"><img src=\"fileadmin/wfb/html/images/ico_fontsize_aa.gif\" alt=\"\" /></a></div>');
  $('html[@lang=de] #footer p > a.top').before('<a href=\"javascript:window.print();\">Seite drucken</a> ');
  
  $('#col3 p a[@href^=http] img').parent('a').addClass('imageinside');
  $('#col3 p a[@href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"fileadmin/wfb/html/images/ico_extern.gif\" alt=\"\" />');
  
  $('form.navForm').dropdownmenu();

});