var tradeGothic = { src: '/templates/swf/TradeGothic20.swf' };

sIFR.prefetch(tradeGothic);
sIFR.activate(tradeGothic);

sIFR.do_sIFR = function() {
	sIFR.replace(tradeGothic, {
	  selector: '#location-headline h1',
	  css: [ '.sIFR-root { background-color:#002F77; text-transform:uppercase; }',
	         'a { color:#FFFFFF; text-decoration:none; }',
	         'a:hover { color:#FFFFFF; }' ],
	  offsetLeft: '14',
	  tuneHeight: '-2',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h1.trade',
		css: ['.sIFR-root { background-color:#002F77; color:#FFFFFF; }' ],
		fitExactly: 'true',
		forceWidth: 'true',
		tuneHeight: '-7',
		offsetTop: '-4',
		wmode: 'transparent'
	});
	sIFR.replace(tradeGothic, {
	  selector: 'h2.trade, #content-area h2',
	  css: [ '.sIFR-root { color:#FFFFFF; background-color:#002F77; text-transform:uppercase; }' ],
	  tuneHeight: '-5',
	  tuneWidth: '7',
	  fitExactly: 'true',
	  hideElements: 'true',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
	  selector: 'h2.trade .smaller',
		css: ['.sIFR-root { font-size:0.7em; }'],
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h3.trade',
		css: ['.sIFR-root { background-color:#002F77; color:#aaaaaa; }' ],
		forceWidth: 'true',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h3.reverse, #content-area h3, .call-out h3',
		css: ['.sIFR-root { background-color:#FFFFFF; color:#002F77; text-transform:uppercase; }',
					'a { color:#002F77; text-decoration: none; }',
					'a:hover { color:#002F77; }'],
		tuneHeight: '-7',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h4.reverse',
		css: ['.sIFR-root { background-color:#FFFFFF; color:#000000; }'],
		tuneHeight: '-7',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'ul#sub-nav li div, #bump div.menu-opts p',
		css: ['.sIFR-root { background-color:#002F77; text-transform:uppercase; }',
					'a { background-color:#002F77; color:#AAAAAA; text-decoration:none; }',
					'a:hover { background-color:#002F77; color:#FFFFFF; }'],
		forceWidth: 'true',
		fitExactly: 'true',
		fixHover: 'true',
		tuneHeight: '-5',
		tuneWidth: '8',
		hideElements: 'true',
		wmode: 'transparent'
	});
	sIFR.replace(tradeGothic, {
		selector: 'ul.sifr-nav li div, #NavigationBottom div.menu-opts p',
		css: ['.sIFR-root { text-transform:upppercase; }',
					'a { color:#002F77; text-decoration:none; }',
					'a:hover { color:#999999; }'],
		forceWidth: 'true',
		fitExactly: 'true',
		tuneHeight: '-5',
		tuneWidth: '8',
		wmode: 'opaque'
	});
};
window.onLoad = sIFR.do_sIFR();