 /*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

    var frut = {
      src: '/img/frut.swf'
      ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
    };
	    var frutcon = {
      src: '/img/frutcon.swf'
	  ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19]
          };
		    var frutconbol = {
      src: '/img/frutconbol.swf'
      ,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
    };


sIFR.fitExactly = true;

sIFR.activate(frut,frutcon,frutconbol);


    sIFR.replace(frut, {
      	selector: 'h1'
		,wmode: 'transparent'
      	,css: [
			'.sIFR-root { color:#97948a; letter-spacing:1;}'
			,'a { text-decoration: none; }'
			,'a:link { color: #97948a; }'
			,'a:hover { color: #97948a; }'
      ]
    });
 //	Überschrift Boxen hell
	sIFR.replace(frut, {
      	selector: '.light h2'
		,wmode: 'transparent'
      	,css: [
		  '.sIFR-root { color:#97948a; letter-spacing:0.5;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #97948a; }'
		  ,'a:hover { color: #97948a; }'
      ]
    });
//	Überschrift Boxen dunkel
	sIFR.replace(frutconbol, {
      	selector: '.box h2'
		,wmode: 'transparent'
      	,css: [
		  '.sIFR-root { color:#e6e5e3; letter-spacing:0.5;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #e6e5e3; }'
		  ,'a:hover { color: #e6e5e3; }'
      ]
    });

//	normale Überschriften 2
	sIFR.replace(frut, {
      	selector: 'h2'
		,wmode: 'transparent'
      	,css: [
        	'.sIFR-root { color:#97948a; letter-spacing:0.5;}'
	        ,'a { text-decoration: none; }'
    	    ,'a:link { color: #97948a; }'
        	,'a:hover { color: #97948a; }'
      ]
    });
