var chalet = {
  src: 'sifr.swf'
};

sIFR.activate(chalet);

sIFR.replace(chalet, {
  selector: 'h2'
      ,css: [
      '.sIFR-root { background-color: #cbd4d8; color: #052E42;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #2f6c8a; }'
      ,'a:hover { color: #4a9ec8; }'
	  ]  
	    , wmode: 'transparent'
	  ,ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,96,1.19,98,1.18,99,1.19,104,1.18,105,1.19,1.18]
  });	  
sIFR.replace(chalet, {
  selector: '#footer h3' 
      ,css: [
      '.sIFR-root { background-color: #04293b; color: #2f6c8a;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ]
	  , wmode: 'transparent'
  });
sIFR.replace(chalet, {
  selector: '#ourServices h3' 
      ,css: [
      '.sIFR-root { background-color: #04293b; color: #db501f;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ]
	  , wmode: 'transparent'
	  ,ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,96,1.19,98,1.18,99,1.19,104,1.18,105,1.19,1.18]
  });
sIFR.replace(chalet, {
  selector: '#ourWork h3' 
      ,css: [
      '.sIFR-root { background-color: #04293b; color: #2f6c8a;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ]
	  , wmode: 'transparent'
	  ,ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,96,1.19,98,1.18,99,1.19,104,1.18,105,1.19,1.18]
  });
sIFR.replace(chalet, {
  selector: '#blog h3' 
      ,css: [
      '.sIFR-root { background-color: #04293b; color: #2f6c8a;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #2f6c8a; }'
      ,'a:hover { color: #4a9ec8; }'
	  ]
	  , wmode: 'transparent'
	  ,ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,96,1.19,98,1.18,99,1.19,104,1.18,105,1.19,1.18]
  });
sIFR.repaintOnResize = false;
