var FRUTIGER = { src: '/Resources/Sifr/Frutiger.swf' };
sIFR.activate(FRUTIGER);

var JOURNAL = { src: '/Resources/Sifr/journal.swf' };
sIFR.activate(JOURNAL);

var MELBOURNE = { src: '/Resources/Sifr/Melbourne.swf' };
sIFR.activate(MELBOURNE);

var PORKHAND = { src: '/Resources/Sifr/PorkHand.swf' };
sIFR.activate(PORKHAND);

$(sifrSwap);

function sifrSwap() {
    sIFR.replace(MELBOURNE, {
	  selector: '.sIFRHeaderWhite'
	  , css: ['.sIFR-root { color:#FFFFFF; font-size:26px;}'
	  ,'a { color: #FFFFFF; font-size:26px; text-decoration:none;}'
	  ,'a:hover { color: #FFFFFF; cursor: pointer;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.sIFRHeaderWhiteNoMargin'
	  , css: ['.sIFR-root { color:#FFFFFF; font-size:26px;}'
	  ,'a { color: #FFFFFF; font-size:26px; text-decoration:none;}'
	  ,'a:hover { color: #FFFFFF; cursor: pointer;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrHeaderBlack'
	  , css: ['.sIFR-root { color:#000000; font-size:22px;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrHeaderBlue'
	  , css: ['.sIFR-root { color:#0e6eb2; font-size:22px;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrHeaderBrown'
	  , css: ['.sIFR-root { color:#9f6f3f; font-size:20px;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrLandingHeader'
	  , css: ['.sIFR-root { color:#000000; font-size:26px;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrLinkBlue'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px; }'
	  ,'a { color: #2270c1; font-size:12px; text-decoration:none; margin-left:10px; font-style: italic;}'
	  ,'a:hover { color: #000000; cursor: pointer;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrLinkBlueFilter'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px; margin-left:10px; font-style: italic;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrLinkBlack'
	  , css: ['.sIFR-root { color:#000000; font-size:12px; }'
	  //,'a { color: #000000; font-size:12px; text-decoration:none; margin-left:10px; leading: -6; font-style: italic;}'
	  ,'a { color: #000000; font-size:12px; text-decoration:none; margin-left:10px; font-style: italic;}'
	  ,'a:hover { color: #000000;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(MELBOURNE, {
	  selector: '.SifrTextBlue'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(PORKHAND, {
	  selector: '.SifrFlexTitle'
	  , css: ['.sIFR-root { color:#000000; font-size:18px; letter-spacing: -1;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(PORKHAND, {
	  selector: '.SifrFlexSideTitle'
	  , css: ['.sIFR-root { color:#000000; font-size:22px;}'
	  ,'a { color: #000000; font-size:22px; text-decoration:none; letter-spacing: -1;}'
	  ,'a:hover { color: #000000;}'
	  ]
	});
	sIFR.replace(PORKHAND, {
	  selector: '.SifrRoundedBoxHeadline'
	  , css: ['.sIFR-root { color:#432904; font-size:20px; letter-spacing: -1;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(PORKHAND, {
	  selector: '.SifrHeadline'
	  , css: ['.sIFR-root { color:#432904; font-size:28px; letter-spacing: -1;}']
	  , wmode: 'transparent'
	});
}
