﻿/*var tryg = {
	src: '/gfx/hjertestarter.dk/sIFR/tryg.swf'
};

sIFR.prefetch(tryg);
sIFR.activate();

sIFR.replace(tryg, {
	selector: '#topgraphic h1,#topgraphic h3'
	,css: [
		'.sIFR-root { font-weight: bold; color: #FFFFFF; }'
	]
	,wmode: [
		'transparent'
	]
});

sIFR.replace(tryg, {
	selector: '#topgraphicFront h1,#maintop h3,#mainbottom h3'
	,css: [
		'.sIFR-root { font-weight: bold; color: #DB0000; }'
	]
	,wmode: [
		'transparent'
	]
});
*/



/*
	normal: /gfx/hjertestarter.dk/sIFR/sifr-tryg.swf
	bold:   /gfx/hjertestarter.dk/sIFR/sifr-tryg-bold.swf
*/

if(typeof sIFR == "function")
{
	sIFR.replaceElement(named(
	{
		sSelector:		'#topgraphic h1,#topgraphic h3', 
		sFlashSrc:		'/gfx/hjertestarter.dk/sIFR/sifr-tryg-bold.swf', 
		sColor:			'#ffffff', 
		sWmode:			'transparent'
	}));
	
	sIFR.replaceElement(named(
	{
	    sSelector: '#topgraphicFront h1,#maintop h3,#mainbottom h3,#upperfooter h3', 
		sFlashSrc:		'/gfx/hjertestarter.dk/sIFR/sifr-tryg-bold.swf', 
		sColor:			'#DB0000', 
		sWmode:			'transparent'
	}));
};
