var centurygothic = {
  src: '/centurygothic.swf'
};

sIFR.activate(centurygothic); // From revision 209 and onwards

sIFR.replace(centurygothic, {
  selector: 'h1'
    ,transparent: 'true'
    ,css: [
      '.sIFR-root { color: #d08019; font-weight: normal;  text-align: left; background: transparent; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
      ]
});

sIFR.replace(centurygothic, {
  selector: 'h2'
    ,transparent: 'true'
    ,css: [
      '.sIFR-root { color: #d08019; font-weight: normal;  text-align: left; background: transparent; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
      ]
});

sIFR.replace(centurygothic, {
  selector: 'h3'
    ,transparent: 'true'
    ,css: [
      '.sIFR-root { color: #d08019; font-weight: normal;  text-align: left; background: transparent; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
      ]
});

sIFR.replace(centurygothic, {
  selector: 'p.intro'
    ,transparent: 'true'
    ,css: [
      '.sIFR-root { color: #666666; font-weight: normal; text-align: left; background: transparent; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'strong {color: #000000; font-weight: normal; }'
      ]
});
/*
sIFR.replace(centurygothic, {
  selector: '#Navigation UL LI A'
    ,transparent: 'true'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; text-align: left; background: transparent; }'
      ,'a { text-decoration: none; 	cursor: pointer; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #d4882e; }'
      ]
});
*/


/*
sIFR.replace(trebuchet, {
  selector: 'h1'
    ,transparent: 'true'
    ,filters: {
	  DropShadow: {
		knockout: false
		,distance: 2
		,color: '#000000'

		,strength: 3
	  }
	  ,GradientBevel: {

	  }
	}
    ,css: [
      '.sIFR-root { color: #88682f;font-weight:normal;  text-align: left; background:transparent; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
      ]
      ,ratios:[8,1.41,11,1.31,15,1.29,21,1.25,22,1.22,27,1.24,28,1.23,32,1.22,33,1.23,39,1.22,51,1.21,54,1.2,55,1.21,91,1.2,93,1.19,94,1.2,95,1.19,96,1.2,98,1.19,100,1.2,109,1.19,110,1.2,1.19]
});
*/