﻿

/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var cochin = {
      src: '/swf/metaplusbold-roman.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

   

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(cochin);

    sIFR.replace(cochin, {
      selector: 'h1.blue'
      ,wmode: 'transparent'
      ,forceSingleLine: true
      ,fitExactly: true
      ,css: [
        '.sIFR-root { color:#08397D; font-size:19px; margin:0px; padding:0px; width:200px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
    sIFR.replace(cochin, {
      selector: 'h1.gray'
      ,wmode: 'transparent'
      ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#828282; font-size:18px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
    
        sIFR.replace(cochin, {
      selector: 'h1.graybig'
      ,wmode: 'transparent'
      ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#828282; font-size:20px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
    sIFR.replace(cochin, {
     selector: 'h1.green'
     ,wmode: 'transparent'
     ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#555D4A; font-size:25px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
    
    sIFR.replace(cochin, {
     selector: 'h1.greensmall'
     , wmode: 'transparent'
     , tuneWidth: '50px'
     ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#555D4A; font-size:20px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
    
    sIFR.replace(cochin, {
     selector: 'h1.red'
     ,wmode: 'transparent'
     ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#5a3a31; font-size:25px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
       sIFR.replace(cochin, {
     selector: 'h1.yellow'
     ,wmode: 'transparent'
     ,forceSingleLine: true
      ,css: [
        '.sIFR-root { color:#7a2107; font-size:25px; margin:0px; padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });

    sIFR.replace(cochin, {
        selector: 'h1.white'
     , wmode: 'transparent'
      , fitExactly: true
      , offsetTop: '-15px'
      , tuneHeight: '-22px'
      , tuneWidth: '100px'
      , forSingleLine: true
      , css: [
        '.sIFR-root { color:#ffffff; font-size:80px; margin:0px; padding:0px; }'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #000000; }'
        , 'a:hover { color: #CCCCCC; }'
      ]
    });
