/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var swis = { src: '/flash/Swis721BdRndPL-7.swf' };
var franklin_gm = { src: '/flash/Franklin-Gothic-Medium-7.swf' };

sIFR.activate(swis, franklin_gm);

sIFR.replace(swis, {
    selector: '.swis_blue,.swis_blue_link'
    ,css: [ '.sIFR-root { color: #447dcb; }' ,'a { color: #447dcb; text-decoration: none; }' ,'a:hover { color: #447dcb; }' ]
    ,wmode: "transparent"
    ,selectable: true
});

sIFR.replace(swis, {
	selector: '.swis_white'
	,css: [ '.sIFR-root { color: #ffffff; }', 'a { color: #ffffff; text-decoration: none; }', 'a:hover { color: #ffffff; }' ]
    ,wmode: "transparent"
	,selectable: true
});

sIFR.replace(swis, {
	selector: '.swis_lexicon'
	,css: [ '.sIFR-root { color: #5589d1; }', 'a { color: #5589d1; text-decoration: none; }', 'a:hover { color: #5589d1; }' ]
    ,wmode: "transparent"
	,selectable: true
});
sIFR.replace(swis, {
	selector: '.swis_green'
	,css: [ '.sIFR-root { color: #76af0e; }', 'a { color: #76af0e; text-decoration: none; }', 'a:hover { color: #76af0e; }' ]
    ,wmode: "transparent"
    ,selectable: true
});
sIFR.replace(swis, {
	selector: '.swis_green_2'
	,css: [ '.sIFR-root { color: #6bb729; }', 'a { color: #6bb729; text-decoration: none; }', 'a:hover { color: #6bb729; }' ]
    ,wmode: "transparent"
    ,selectable: true
});
sIFR.replace(swis, {
	selector: '.swis_grey'
	,css: [ '.sIFR-root { color: #838383; }', 'a { color: #838383; text-decoration: none; }', 'a:hover { color: #838383; }' ]
    ,wmode: "transparent"
    ,selectable: true
});

sIFR.replace(franklin_gm, {
	selector: '.title1,.title1_link'
	,css: [ '.sIFR-root { color: #70A0E2; }' ,'a { color: #70A0E2; text-decoration: none; }' ,'a:hover { color: #70A0E2; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.title2,.title2_link'
	,css: [ '.sIFR-root { color: #F1A54F; }' ,'a { color: #F1A54F; text-decoration: none; }','a:hover { color: #F1A54F; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.title3,.title3_link'
	,css: [ '.sIFR-root { color: #F0420F; }' ,'a { color: #F0420F; text-decoration: none; }','a:hover { color: #F0420F; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.title4,.title4_link'
	,css: [ '.sIFR-root { color: #6CB526; }' ,'a { color: #6CB526; text-decoration: none; }','a:hover { color: #6CB526; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.fgm_white'
	,css: [ '.sIFR-root { color: #ffffff; }','a { color: #ffffff; text-decoration: none; }','a:hover { color: #ffffff; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.fgm_green'
	,css: [ '.sIFR-root { color: #6BB729; }' ,'a { color: #6BB729; text-decoration: none; }' ,'a:hover { color: #6BB729; }' ]
	,wmode: "transparent"
	,selectable: true
});
sIFR.replace(franklin_gm, {
	selector: '.fgm_blue'
	,css: [ '.sIFR-root { color: #447dcb; }' ,'a { color: #447dcb; text-decoration: none; }' ,'a:hover { color: #447dcb; }' ]
	,wmode: "transparent"
	,selectable: true
});