﻿    /*****************************************************************************
    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 helvetica = {
      src: 'tahoma.swf'
      ,ratios: [7, 1.32, 11, 1.31, 14, 1.24, 19, 1.23, 27, 1.2, 29, 1.19, 37, 1.18, 41, 1.17, 42, 1.18, 61, 1.17, 62, 1.16, 63, 1.17, 89, 1.16, 90, 1.15, 96, 1.16, 97, 1.15, 102, 1.16, 104, 1.15, 108, 1.16, 110, 1.15, 113, 1.16, 117, 1.15, 119, 1.16, 124, 1.15, 1.16]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    //sIFR.useStyleCheck = true;
    sIFR.activate(helvetica);
 
    sIFR.replace(helvetica, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {color: #023670;}'
       ]
      ,wmode: 'transparent'
    });
    
    sIFR.replace(helvetica, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {color: #023670;}'
       ]
      ,wmode: 'transparent'
    });
    
    sIFR.replace(helvetica, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {color: #023670;}'
       ]
      ,wmode: 'transparent'
    });
	
