var gill_sans = {
  src: '/flash/gill_sans.swf'
};
var hightower = {
  src: '/flash/hightower.swf'
};

sIFR.activate(gill_sans);

sIFR.replace(gill_sans, {
  selector: '#homeSubNav h2'
  ,css: [
      '.sIFR-root {color:#272323; font-size:2.1em; line-height:1.2em }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(gill_sans, {
  selector: '#clientName'
  ,css: [
      '.sIFR-root {color:#2e2620; font-size:2em; line-height:1.2em }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(gill_sans, {
  selector: '#contactRight h2'
  ,css: [
      '.sIFR-root {color:#272323; font-size:2.1em; line-height:1.2em }'
    ]
	, wmode: 'transparent'
});

sIFR.replace(hightower, {
  selector: '.portfolioItem h2'
  ,css: [
      '.sIFR-root {color:#2e2620; font-size:3.5em; line-height:0.2em }'
    ]
	, wmode: 'transparent'
});
