var cochin = {
      src: 'flash/cochin-8.swf'
};

var helvetica = {
      src: 'flash/helvetica.swf'
};
 
sIFR.activate(cochin);
sIFR.activate(helvetica);
 
sIFR.replace(cochin, {
      selector: 'h1.sifrHugeYellow', offsetTop: 3, tuneHeight: -15, offsetBottom: 5,
	  css: '.sIFR-root { font-size:55px; font-weight:normal; color:#fed456; line-height:40px; }'
	  ,filters: {
        DropShadow: {
          distance: 2
          ,color: '#000000'
          ,strength: 1
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
      ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.sifrPageTitles', offsetTop: 5, tuneHeight: 1, offsetBottom: 1,
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#036bb5; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.smallTitle', offsetTop: 5, tuneHeight: 1, offsetBottom: 1,
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#036bb5; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h2.sifrLists', offsetTop: 10, tuneHeight: 1, offsetBottom: 1,
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#036bb5; }'
      ,'.red { color:#a90000; }'],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'h2.sifrWhiteWords',
	  css: ['.sIFR-root { font-size:15px; font-weight:normal; color:#ffffff; }'
	  ,'.bigger { font-size:24px; }'
	  ,'.evenbigger { font-size:30px; }']
      ,filters: {
        DropShadow: {
          distance: 2
          ,color: '#000000'
          ,strength: 1
          ,alpha: .7
          ,blurX: 0
          ,blurY: 0
        }
      }
	  ,wmode: 'transparent'
});

sIFR.replace(cochin, {
      selector: 'h3.contactInfo', offsetTop: 10, tuneHeight: 1, offsetBottom: 1,
	  css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color:#036bb5; }'
      ,'.red { color:#a90000; }'],
      wmode: 'transparent'
});



