var ArialNarrow = {
	src: '/&res/swf/ArialNarrow.swf'
}

sIFR.activate(ArialNarrow);

sIFR.replace(ArialNarrow, {
selector: 'h1'
,css: [
  '.sIFR-root {visibility: hidden; font-size:26px;}',
]
,wmode: 'transparent',
fitExactly: true,
fixFocus: true,
tuneWidth: 5
});

sIFR.replace(ArialNarrow, {
selector: 'div.boxPresentation h2'
,css: [
  '.sIFR-root {visibility: hidden; color: #000000}',
  '.sIFR-root a {color: #000000}',
  '.sIFR-root a:hover {color: #000000}'
]
,wmode: 'transparent',
fixFocus: true,
fitExactly: true
});
