var futura = { src: '/content/flash/sifr/futura.swf' };

sIFR.useStyleCheck = false;

sIFR.activate(futura);

sIFR.replace(futura, {
  	wmode: 'transparent'
	,selector: 'h2, h3'
	,css: [
	'.sIFR-root {background-color: #ffffff;color: #666666;text-transform: lowercase;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #005a9c; }'
	,'a:hover { color: #000000; }'
	,'li.active a { color: #000000 !important; }'
	]
,tuneHeight:-6
,forceSingleLine: true
,fixtExactly: true
,wmode: 'transparent'
});

