  var fruitiger = {
    src: 'swf/fruitiger.swf'
    ,ratios: [8, 1.41, 11, 1.21, 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]
  };
   //sIFR.prefetch(fruitiger);
   
 
  sIFR.delayCSS  = true;
  //sIFR.fixHover = false;
  sIFR.fitExactly = true;

sIFR.activate(fruitiger);  
sIFR.replace(fruitiger, {
    selector: '#titel_home h1'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #ffffff; font-size:27px; }'
      ,'a { text-decoration: none; text-decoration:underline; }'
      ,'a:link { color: #004f5a; }'
      ,'a:hover { color: #004f5a; }'
    ],wmode: 'transparent'
  });


  sIFR.replace(fruitiger, {
    selector: 'h1.h1_white'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #ffffff; font-size:35px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode: 'transparent'
	,filters: {
DropShadow: {
knockout:false
,distance: 1
,strength: 1
,quality: 0

}}});

   sIFR.replace(fruitiger, {
    selector: 'h1.h1_banaan'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #ffffff; font-size:16px !important; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode: 'transparent'
	,filters: {
	DropShadow: {
	knockout:false
	,distance: 1
	,strength: 1
	,quality: 0
	
	}}});
  
  sIFR.replace(fruitiger, {
	 selector: 'h1'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #000000; font-size:30px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode: 'transparent'
  });
  
  sIFR.replace(fruitiger, {
    selector: '#test1 h2'
    ,css: [
      '.sIFR-root { font-weight: normal; color:#000000; font-size:17px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000; }'
    ],wmode: 'transparent'
  });

  sIFR.replace(fruitiger, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-weight: normal; color:#004463; font-size:17px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode: 'transparent'
  });
	
	

 sIFR.replace(fruitiger, {
    selector: '.referentie_blok_header, .sub_blok_renovatie_header, .sub_blok_header , .sub_blok_renovatie_header2, .sub_sub_blok_header '
    ,css: [
      '.sIFR-root { font-weight: normal; color:#ffffff; font-size:17px; cursor: pointer;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
	  ],wmode: 'transparent'
  });
/*  sIFR.replace(rockwell, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(cochin, {
    selector: 'h3.sidebox'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  
  sIFR.replace(cochin, {selector: 'h2,h3'});
  
  sIFR.replace(cochin, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
  //]]>
*/
