 /*****************************************************************************
  The sIFR configuration should typically go in `sifr-config.js`, but in order to
  keep the config file clean, and to give a quick overview, it's done here instead.
  *****************************************************************************/

  var ocr = {
    src: '/fileadmin/fonts/ocr.swf'
		,ratios:[7, 0.97, 12, 0.93, 16, 0.88, 21, 0.85, 26, 0.84, 30, 0.83, 34, 0.82, 35, 0.81, 39, 0.82, 40, 0.81, 44, 0.82, 52, 0.81, 91, 0.8, 93, 0.79, 94, 0.8, 95, 0.79, 96, 0.8, 109, 0.79, 110, 0.8, 0.79]
  };


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(ocr);
	sIFR.forceWidth = true; 
	sIFR.fitExactly = true;
	
  //sIFR.debug.ratios(ocr, {
	
  sIFR.replace(ocr, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { font-size: 21px;}'
      ]
   		,wmode: 'transparent'
   		,offsetLeft: -2
    });

