var helvn = { src: '/css/screen/plugins/sifr/flash/Helvetica.swf' };
var helvn_bold = { src: '/css/screen/plugins/sifr/flash/Helvetica_bold.swf' };

sIFR.activate(helvn,helvn_bold);
//sIFR.activate(helvn_bold);

sIFR.replace(helvn, {
    selector: '.mall_subpage_vanligabesvar h1', 
	    css: [
	    '.sIFR-root { font-size: 60px;color: #aaba0a; }'
	    ]
	       ,fitExactly: 'false'
	    , wmode: 'opaque'
	    ,tuneWidth: '5px'
	    ,tuneHeight: '20px'
	    ,offsetLeft: '5px'
	    ,offsetTop: '0'
    });

sIFR.replace(helvn, {
	selector: '.mall_subpage_lakemedel h1', 
		css: [
		'.sIFR-root { font-size: 60px;color: #00a0ba; }'
		]
		   ,fitExactly: 'false'
		, wmode: 'opaque'
		,tuneWidth: '5px'
		,tuneHeight: '20px'
		,offsetLeft: '5px'
		,offsetTop: '0'
	});

sIFR.replace(helvn, {
	selector: '.mall_subpage_radomegenvard h1', 
		css: [
		'.sIFR-root { font-size: 60px;color: #c67f07; }'
		]
		   ,fitExactly: 'false'
		, wmode: 'opaque'
		,tuneWidth: '5px'
		,tuneHeight: '20px'
		,offsetLeft: '5px'
		,offsetTop: '0'
	});


    sIFR.replace(helvn, {
	    selector: '.mall_subpage_searchresult h1', 
	    css: [
	    '.sIFR-root { font-size: 60px;color: #ff33cc; }'
	    ]
	       ,fitExactly: 'false'
	    , wmode: 'opaque'
	    ,tuneWidth: '5px'
	    ,tuneHeight: '20px'
	    ,offsetLeft: '5px'
	    ,offsetTop: '0'
    });


sIFR.replace(helvn, {
	selector: '.color h2', 
	css: [
	'.sIFR-root {font-size: 30px;color: #ffffff; }'
	]
	, wmode: 'transparent'
});

sIFR.replace(helvn, {
	selector: '.c100l h2', 
	css: [
	'.sIFR-root {  font-size: 24px;color: #000000; }'
	]
	, wmode: 'opaque'
});


sIFR.replace(helvn, {
	selector: '.mediayta h1 span', 
		css: [
		'.sIFR-root { font-size: 34px;color: #966e3b; }'
		]
		   ,fitExactly: 'false'
		, wmode: 'transparent'
		,tuneWidth: '0'
		,tuneHeight: '0'
		,offsetLeft: '0'
		,offsetTop: '0'
	});