  var agency = {
    src: 'agency.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
  var corbel = {
    src: 'corbel.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };  
  
  sIFR.activate(agency, corbel);

  sIFR.replace(agency, {
    selector: '#navigation ul li'
    ,css: [
      '.sIFR-root { font-size:17px; color:#cccccc; font-weight:normal; text-transform:capitalize; line-height: 1em;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #cccccc; }'
      ,'a:hover { color: #a1a4e6; }'	  
    ]
	,wmode: 'transparent' 	
	,forceSingleLine: true
  });
  
  sIFR.replace(corbel, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size:57px; color:#444444; font-weight:normal; line-height: 1em; }'
    ]
	,wmode: 'transparent' 
	,forceSingleLine: true
  });    