  var thesans = {
    src: 'thesans.swf'
	, ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};

 
  
   var thesansbold = {
   src: 'thesansbold.swf'
, ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
};

  
 
  sIFR.activate(thesans, thesansbold);

//sIFR.debug.ratios({ src: 'thesansbold.swf',
//selector: 'strong' });

 sIFR.replace(thesans, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#3C3A37' }
    }
	,wmode: 'transparent'
  });
 
 sIFR.replace(thesansbold, {
     selector: 'h2'
     ,css: {
      '.sIFR-root': { 'color': '#9B0030' }
    }
	,wmode: 'transparent'
		,tuneHeight: '-5'

  });
 
 sIFR.replace(thesansbold, {
     selector: 'h5'
     ,css: {
      '.sIFR-root': { 'color': '#9B0030' }
    }
	,wmode: 'transparent'
		,tuneHeight: '-5'

  });
 
   sIFR.replace(thesansbold, {
    selector: '.recent-kop'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase', 'letter-spacing': '0.5' }
    }
	,wmode: 'transparent'
  });
   
   sIFR.replace(thesansbold, {
    selector: '.portfolio-kop'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase', 'letter-spacing': '0.5' }
    }
	,wmode: 'transparent'
  });
   
     sIFR.replace(thesansbold, {
    selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#3C3A37' }
    }
	,wmode: 'transparent'
  });

   
     sIFR.replace(thesansbold, {
    selector: 'h4'
    ,css: {
      '.sIFR-root': { 'color': '#3C3A37' }
    }
	,wmode: 'transparent'
  });

    sIFR.replace(thesansbold, {
    selector: '.menuitem'
    ,css: {
      '.sIFR-root': { 'color': '#9B0030', 'text-transform': 'uppercase', 'letter-spacing': '0.5'}

   }
	,wmode: 'transparent'

  });
	
//	     sIFR.replace(thesansbold, {
 //   selector: 'strong'
 //   ,css: {
 //     '.sIFR-root': { 'color': '#3C3A37'  }
 //   }
//	,wmode: 'transparent'
//	,tuneHeight: '-3'
//	,offsetTop: '6'
 // });
		 
	//	      sIFR.replace(thesansbold, {
    //selector: 'b'
    //,css: {
     // '.sIFR-root': { 'color': '#9B0030'  }
    //}
	//,wmode: 'transparent'
	//,tuneHeight: '-3'
	//,offsetTop: '6'
//  });
	
	
	
