var arialNarrow = {src: 'flash/helveticaCondensed.swf'};
sIFR.activate(arialNarrow);

function replacePagePromoPhrase(){
	sIFR.replace(arialNarrow, {
		selector: 'div#hdrTitle',
		wmode: 'transparent',
		css: [
			'.sIFR-root { line-height:40px; font-size:40px; color:#FFFFFF; text-align:center; }',
			'.hdrTitleOne { font-size:100%; font-weight:bold;}',
			'.hdrTitleTwo { font-size:80%; font-style:italic; letter-spacing:-1;}'
		],
		selectable: false,
		filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#333333'
				,strength: 2
			},
			Glow: {
				strength:2,
				blurY:5,
				blurX:5,
				knockout:false,
				inner:false,
				//quality:number,
				//alpha:number,
				color:'#555555'
			}
		}
	});
}

function replaceSublinks(){
	sIFR.replace(arialNarrow, {
		selector: 'div.cisFpHead',
		wmode: 'transparent',
		css: ['.sIFR-root { line-height:20px; font-size:24px; font-weight:bold; color:#FFFFFF; }'],
		selectable: false,
		forceClear: true,
	//	forceSingleLine: true,
		filters: {
			DropShadow: {
				knockout: false
				,distance: 1
				,color: '#111111'
				,strength: 2
			}
		}
	});

	sIFR.replace(arialNarrow, {
		selector: 'div.clsFlushRight',
		wmode: 'transparent',
		css: [
		'.sIFR-root { line-height:12px; font-size:12px; color:#FFFFFF; text-align:right; margin-left:4; margin-right:4;}',
		'.clsHeadline { font-size:160%; font-weight:bold;}',
		'.clsText { font-size:100%;}',
		'a { color:#FFFFFF; text-decoration:none;}',
		'a:hover {color:#FFCC00;}'
		],
	//	forceWidth: true,
		tuneHeight: 10,
		filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#333333'
				,strength: 2
			}
		}
	});

	sIFR.replace(arialNarrow, {
		selector: 'div.clsFlushLeft',
		wmode: 'transparent',
		css: [
		'.sIFR-root { line-height:12px; font-size:12px; color:#FFFFFF; margin-left:4; margin-right:4; }',
		'.clsHeadline { font-size:160%; font-weight:bold;}',
		'.clsText { font-size:100%;}',
		'a { color:#FFFFFF; text-decoration:none;}',
		'a:hover {color:#FFCC00;}'
		],
		tuneHeight: 10,
		filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#333333'
				,strength: 2
			}
		}
	});
}