var frut45 = {
  src: '/js/frutiger45.swf'
};
var frut65 = {
  src: '/js/frutiger65.swf'
};
var frut55 = {
  src: '/js/frutiger55.swf'
};


sIFR.useDomContentLoaded = false;
/*sIFR.useStyleCheck = true;*/
sIFR.activate(frut45, frut65, frut55); // From revision 209 and onwards


sIFR.replace(frut65, {
  selector: '#cover h2 strong', wmode: 'transparent', css: [
      '.sIFR-root { color: #ffffff; font-size:22px; font-weight:normal; }  '
    ]
	,fitExactly:true, selectable:false, forceSingleLine:true,tuneHeight:-7,offsetTop:-4
});
sIFR.replace(frut45, {
  selector: '#cover h2 span', wmode: 'transparent', css: [
      '.sIFR-root { color: #ffffff; font-size:22px; } '
    ]
  /*,filters: {
      DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#737373'
        ,strength: 1
      }
    }*/
	,fitExactly:true, selectable:false,tuneHeight:-6,offsetTop:-3
});
sIFR.replace(frut65, {
  selector: '#solfinder h4', wmode: 'transparent', css: [
      '.sIFR-root { color: #00578b; font-size:18px; }  '
    ]
	,fitExactly:true,selectable:false
});
sIFR.replace(frut65, {
  selector: '#consults h4', wmode: 'transparent', css: [
      '.sIFR-root {font-size:17px; }', 'strong { font-weight:normal; font-size:124.25%; display:block; clear:both;leading:-3; color:#009bd9; }', 'a { color:#054365;text-decoration:none; }', 'a:hover { color:#054365; }'
    ]
	,fitExactly:true/*,selectable:false*/,fixFocus: true
});
sIFR.replace(frut55, {
  selector: '#home.en #range h3', wmode: 'transparent', css: [
      '.sIFR-root { color: #054365; font-size:23px; text-transform:uppercase; leading:-2 } strong{ font-weight:normal; color:#009bd9 } '
    ]
	,fitExactly:true,selectable:false
});
sIFR.replace(frut55, {
  selector: '#range h3', wmode: 'transparent', css: [
      '.sIFR-root { color: #054365; font-size:26px; text-transform:uppercase; leading:-2 } strong{ font-weight:normal; color:#009bd9 } '
    ]
	,fitExactly:true,selectable:false
});
