var cochin = {
  src: '/fileadmin/templates/swf/sifr.swf'
};

var cochinBold = {
  src: '/fileadmin/templates/swf/sifr-bold.swf'
};

sIFR.activate(cochin);
sIFR.activate(cochinBold);

sIFR.replace(cochin, {
    selector: '#center h1',
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 25px; font-weight:bold; letter-spacing:-0.87; }',
        ],
	tuneHeight:	'-4',
	offsetTop: '-5',
    wmode: 'transparent'
	
});

sIFR.replace(cochin, {
    selector: '#fullRight h1',
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 33px; font-weight:bold; letter-spacing:-0.87; }',
        ],
	tuneHeight:	'-4',
	offsetTop: '-5',
    wmode: 'transparent'
	
});

sIFR.replace(cochin, {
    selector: '.active h3',
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#999999; font-size: 23px; font-weight:bold; letter-spacing:-0.87; }',
		,'a { color: #333333; text-decoration:none; }',
		,'a:link { color: #333333; }',
        ,'a:hover { color: #333333; }',
        ],
	tuneHeight:	'-4',
	offsetTop: '-5',
    wmode: 'transparent'
	
});

sIFR.replace(cochin, {
    selector: '.main-op h3',
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#999999; font-size: 23px; font-weight:bold; letter-spacing:-0.87; }',
		,'a { color: #999999; text-decoration:none; }',
		,'a:link { color: #999999; }',
        ,'a:hover { color: #333333; }',
        ],
	tuneHeight:	'-4',
	offsetTop: '-5',
    wmode: 'transparent'
	
});

/*sIFR.replace(cochin, {
    selector: '#navigation ul li.active',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#e10b29; font-size: 13px; font-weight:bold; letter-spacing:-0.87; margin-bottom:0;}',
		,'a { color: #e10b29; text-decoration:none; }',
		,'a:link { color: #e10b29; }',  
        ,'a:hover { color: #e10b29; }',		
        ],
    wmode: 'transparent',
    tuneWidth: '5',
	tuneHeight:	'-5',
	offsetTop: '-5',
	fixHover: true,
    forceWidth: false

});

sIFR.replace(cochin, {
    selector: '#navigation ul li',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#717172; font-size: 13px; font-weight:bold; letter-spacing:-0.87; margin-bottom:0;}',
		,'a { color: #717172; text-decoration:none; }',
		,'a:link { color: #717172; }',  
        ,'a:hover { color: #e10b29; }',		
        ],
    wmode: 'transparent',
    tuneWidth: '5',
	tuneHeight:	'-5',
	offsetTop: '-5',
	fixHover: true,
    forceWidth: false

});*/

