// JavaScript Document

  var frutiger_light = {
    src: 'http://www.stodevelopment.com/fixaform/site_test/assets/swf/frutiger_light.swf'
  };
  
  
  sIFR.fitExactly = true;
  sIFR.useStyleCheck = true;
  sIFR.activate(frutiger_light);
  
  
  sIFR.replace(frutiger_light, { // BOLD
    selector: '#contact-directions h1, #contact-team h1, #enquiry h1, #map h1'
    ,css: '.sIFR-root { color: #7b7b7b;  font-stretch:condensed; line-height:1em; font-weight:bold;}'
	,wmode: 'transparent'
  });  
  sIFR.replace(frutiger_light, {// BOLD
    selector: 'h1'
    ,css: '.sIFR-root { color: #007ae2;  font-stretch:condensed; line-height:1em; font-weight:bold;}'
	,wmode: 'transparent'
  });
  
  
 
  sIFR.replace(frutiger_light, {// BOLD
    selector: '.linkBox h2'
    ,css: '.sIFR-root { color: #ffffff;  font-weight:bold;}'
	,wmode: 'transparent'
  });   
  sIFR.replace(frutiger_light, {// BOLD
    selector: '.scrollingList h2'
    ,css: '.sIFR-root { color: #ffffff;  font-weight:bold;}'
	,wmode: 'transparent'
  }); 
  sIFR.replace(frutiger_light, {// BOLD
    selector: 'h2'
    ,css: '.sIFR-root { color: #6f6f6f; font-weight:bold; }'
	,wmode: 'transparent'
  });
  
  
  sIFR.replace(frutiger_light, {
    selector: '.contentBox h3'
    ,css: '.sIFR-root { color: #ffffff; }'
	,wmode: 'transparent'
  }); 
  sIFR.replace(frutiger_light, {
    selector: '.promo h3'
    ,css: '.sIFR-root { color: #007ae2; }'
	,wmode: 'transparent'
  }); 
  sIFR.replace(frutiger_light, {
    selector: 'h3'
    ,css: '.sIFR-root { color: #6f6f6f; }'
	,wmode: 'transparent'
  });
  
  
  
  sIFR.replace(frutiger_light, {
    selector: 'h4'
    ,css: '.sIFR-root { color: #6f6f6f; }'
	,wmode: 'transparent'
  });
