var futura = {
    src: '/content/flash/sifr/futura.swf'
    ,ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 39, 1.28, 40, 1.29, 52, 1.28, 55, 1.27, 56, 1.28, 84, 1.27, 85, 1.26, 88, 1.27, 91, 1.26, 92, 1.27, 95, 1.26, 96, 1.27, 1.26]
  };

sIFR.activate(futura); // From revision 209 and onwards

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: '#supp h4'
	,css: [
	 '.sIFR-root { font-weight: normal;color: #000000;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #000000; }'
	]
});

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: '#team h3'
	,css: [
	 '.sIFR-root { font-weight: normal;text-align: right;color: #000000;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #000000; }'
	], tuneHeight:-1});

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: 'div.red h3'
	,css: [
	 '.sIFR-root { font-weight: normal;color: #ffffff;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #000000; }'
	]
});

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: '.product.history h1, .product.history h2, .product.history h3'
	,css: [
	 '.sIFR-root { font-weight: normal;color: #cccccc;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #000000; }'
	]
});

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: 'h3'
	,css: [
	 '.sIFR-root { font-weight: normal;color: #000000;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #000000; }'
	]
});

sIFR.replace(futura, {
	 wmode: 'transparent'
	,selector: 'h2'
	,css: [
	 '.sIFR-root { font-weight: normal;color: #000000;text-transform: uppercase;}'
	,'a { text-decoration: none;letter-spacing: -.1 }','a:link { color: #CC0000; }','a:hover { color: #666666; }'
	]
});

sIFR.replace(futura, {
  	wmode: 'transparent'
	,selector: 'h1,h2,h3, #supp h4'
	,css: [
	'.sIFR-root {background-color: #FFFFFF;color: #666666;letter-spacing: -.1;text-transform: uppercase;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #CC0000; }'
	,'a:hover { color: #000000; }'
	]
});

/*
sIFR.debug.ratios({ src: '/content/flash/sifr/futura.swf', selector: 'h1' });
*/