// JScript File
var swffile = baseUrl + 'flash/sifr.swf'
var cochin = {
    src: swffile
};

sIFR.activate(cochin); // From revision 209 and onwards
sIFR.replace(cochin, { selector: '#Midcol h1', wmode: 'transparent', css: ['.sIFR-root { color: #0067A5; font-weight: bold; text-transform: uppercase; }'], tuneHeight: -10 });
sIFR.replace(cochin, { selector: '#Midcol h2', wmode: 'transparent', css: ['.sIFR-root { color: #4d4d4d; }'] });
sIFR.replace(cochin, { selector: '#Midcol h3', wmode: 'transparent', css: ['.sIFR-root { color: #000000; font-weight: bold; }'] });
sIFR.replace(cochin, { selector: '#Rightcol h3', wmode: 'transparent', css: ['.sIFR-root { color: #0067A5; font-weight: bold; }'] });
sIFR.replace(cochin, { selector: '#Rightcol h4', wmode: 'transparent', css: ['.sIFR-root { color: #0067A5; font-weight: bold; }'] });
sIFR.replace(cochin, { selector: '#PPForm-Home h2', wmode: 'transparent', css: ['.sIFR-root { color: #0067A5; font-weight: bold; }'], tuneHeight: -5 });
sIFR.replace(cochin, { selector: '#PPForm h1', wmode: 'transparent', css: ['.sIFR-root { color: #0067A5;  font-weight: bold; }'], tuneHeight: -10 });




