var swis_blk = {
	src: baseDir + 'swf/sifr_swis_blk.swf'
};

var swis_lt = {
	src: baseDir + 'swf/sifr_swis_lt.swf'
};

sIFR.activate(swis_blk);
sIFR.activate(swis_lt);
	
sIFR.replace(swis_blk, {
	selector: '.headtitle h1',
	wmode: 'transparent',
	css: {'.sIFR-root': {'color': '#002c53', 'margin': '0', 'padding': '0', 'display': 'block', 'font-weight': 'bold'}},
	tuneHeight:-5, offsetTop:-4
});	

sIFR.replace(swis_lt, {
	selector: '.headtitle h2',
	wmode: 'transparent',
	css: {'.sIFR-root': {'color': '#fd9900', 'margin': '0', 'padding': '0', 'display': 'block', 'font-weight': 'normal'}},
	tuneHeight:-6, offsetTop:-4
});	

