$(function() {

  // Iconbox
  var icoBoxContent = $('#icoBoxText').text();
  function icoBoxFocus() { $('#icoBoxText').contents().replaceWith($(this).children('span').text()); return false; }
  function icoBoxBlur() { $('#icoBoxText').contents().replaceWith(icoBoxContent); return false; }
  $('.icoBox li a').hover(icoBoxFocus,icoBoxBlur).focus(icoBoxFocus).blur(icoBoxBlur);

  // Fontsizer
  $('#navMeta h2').after('<div id=\"fontsize\"><a href=\"#\" title=\"Schrift verkleinern\" onclick=\"$.FontSizer.DecreaseSize();\"><img src=\"http://www.moers.de/c12571d10045b8d8/files/but_font-minus_a.gif/$file/but_font-minus_a.gif?openelement\" alt=\"-\" /></a><span class=\"hideme\">.</span> <strong>Schrift</strong> <a href=\"#\" title=\"Schrift vergrößern\" onclick=\"$.FontSizer.IncreaseSize();\"><img src=\"http://www.moers.de/c12571d10045b8d8/files/but_font-plus_a.gif/$file/but_font-plus_a.gif?openelement\" alt=\"+\" /></a></div>');
  var options = { min: 0, max: 4};
  $.FontSizer.Init(options);

  // PopUps
  $('.scrollbox p#ecardimage').before('<p><a href=\"/C12572210040545A/html/3983F9BBBD5D91C4C12575140050EE95?openDocument\" class=\"popupwindow\" rel=\"window640x480\">Vergrößerte Ansicht der Webcam in 640&times;480 Pixel in neuem Fenster (Pop-Up)</a>');
	var profiles = 
  {
		window640x480:
		{
			height:480,
			width:640,
			center:1
		}
	};
  $('.popupwindow').popupwindow(profiles);

  // Lightbox
  $('ol.imgGal a').lightBox();
  $('[rel="lightbox"]').lightBox();
  $('a.lightbox').lightBox();
    
  // Link-Icons
  $('#col1_content h4 a').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_teaser.gif/$file/ico_link_teaser.gif?openelement\" alt=\"Weitere Informationen\" />');
  $('a.download').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_download.gif/$file/ico_link_download.gif?openelement\" alt=\"Datei-Download\" />');
  $('a.ext').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_ext.gif/$file/ico_link_ext.gif?openelement\" alt=\"\" />');
  $('a.int').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_int.gif/$file/ico_link_int.gif?openelement\" alt=\"\" />');
  $('a.glossar').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_glossar.gif/$file/ico_link_glossar.gif?openelement\" alt=\"Glossar-Eintrag\" />');
  $('a.contact').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_contact.gif/$file/ico_link_contact.gif?openelement\" alt=\"Ihr Ansprechpartner\" />');
  $('#col3_content a[href^=mailto:], #col2_content address a[href^=mailto:], #col2_content p a[href^=mailto:]').prepend('<img src=\"http://www.moers.de/c12571d10045b8d8/files/ico_link_mail.gif/$file/ico_link_mail.gif?openelement\" alt=\"E-Mail senden an\" />');

  // CatNavCombos
  $('.navForm').dropdownmenu();

  // Tabs-Steuerung
  $('.bbox h3, #col3 .bbox h4').hide();
  $('.bbtabs').tabs(1);

  // Fußzeile einblenden
  $('#footer>a:first').after(' | <a href=\"javascript:window.print();\">Seite drucken</a>');

  // Webcam-Reload-Link ausblenden
  $('p.reload').hide();
});