var helvneue45 = { src: '/swf/sr08-swf-45helvneue.swf' }
sIFR.activate(helvneue45);

var helvRatios = [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 73, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19];

function firstReplace(obj,myRatios,mySelector,myColor,extraCSS)
{
    sIFR.replace(obj, {
        selector: mySelector,
		ratios: myRatios,
        wmode: 'transparent',
		fixFocus: true,
        css: [
		    '.sIFR-root { color: '+myColor+'; leading: -4; }',
		    '.sifr .subscript { display: inline; font-size: 70%; }',
		    '.sifr a { color: '+myColor+'; text-decoration: none; }',
		    '.sifr a:hover { color: '+myColor+'; text-decoration: underline; }',extraCSS
        ]
    });
}

function nextReplace(obj,mySelector,myColor,extraCSS)
{
    sIFR.replace(obj, {
        selector: mySelector,
        wmode: 'transparent',
		fixFocus: true,
        css: [
		    '.sIFR-root { color: '+myColor+'; leading: -4; }',
		    '.sifr .subscript { display: inline; font-size: 70%; }',
		    '.sifr a { color: '+myColor+'; text-decoration: none; }',
		    '.sifr a:hover { color: '+myColor+'; text-decoration: underline; }',extraCSS
        ]
    });
}

firstReplace(helvneue45,helvRatios,'h1.sectionTitle','#ffffff','.sifr .subtitle { font-size: 83%; color: #8ECDE1; }');

nextReplace(helvneue45,'.overview h1','#2C62C7','');
nextReplace(helvneue45,'.operations h1','#5090A3','');
nextReplace(helvneue45,'.issues h1','#BD7C2D','');
nextReplace(helvneue45,'.governance h1','#A35050','');
nextReplace(helvneue45,'.economy h1','#60549F','');
nextReplace(helvneue45,'.environment h1','#5F9E55','');
nextReplace(helvneue45,'.society h1','#A38C50','');
nextReplace(helvneue45,'h1','#003366','');

nextReplace(helvneue45,'.statBoxInner h2.sifrWhite','#FFFFFF','');

nextReplace(helvneue45,'.overview .layoutContent h2.sifr','#2C62C7','');
nextReplace(helvneue45,'.operations .layoutContent h2.sifr','#5090A3','');
nextReplace(helvneue45,'.issues .layoutContent h2.sifr','#BD7C2D','');
nextReplace(helvneue45,'.governance .layoutContent h2.sifr','#A35050','');
nextReplace(helvneue45,'.economy .layoutContent h2.sifr','#60549F','');
nextReplace(helvneue45,'.environment .layoutContent h2.sifr','#5F9E55','');
nextReplace(helvneue45,'.society .layoutContent h2.sifr','#A38C50','');
nextReplace(helvneue45,'.layoutContent h2.sifr','#003366','');


/*
doReplace('.home h1.sifr','#003366');
doReplace('.overview h1.sifr','#0099CC');
doReplace('.operations h1.sifr','#005A91');
doReplace('.material h1.sifr','#81B463');
doReplace('.governance h1.sifr','#AC3B3D');
doReplace('.economy h1.sifr','#A28FAD');
doReplace('.environment h1.sifr','#C18466');
doReplace('.society h1.sifr','#7CAAAC');
doReplace('.generic h1.sifr','#003366');
doReplace('h1.sifr','#003366');
*/