
    var myriadpro = {
      src: 'js/sifr/myradpro.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]
    };
    sIFR.activate(myriadpro);
    sIFR.replace(myriadpro, {
      selector: '#menu span.active'
	  ,wmode: 'transparent', fitExactly: true, forceSingleLine: true
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#008BB9; font-size:18px; font-style:italic;}'
        ,'a { text-decoration: none; color: #008BB9; }'
        ,'a:link { color: #008BB9; }'
        ,'a:hover { color: #008BB9; }'
      ]
    });
    sIFR.replace(myriadpro, {
      selector: '#menu span'
	  ,wmode: 'transparent', fitExactly: true, forceSingleLine: true
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; font-size:18px; font-style:italic;}'
        ,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #008BB9; }'
      ]
    });
    sIFR.replace(myriadpro, {
      selector: 'h1'
	  ,wmode: 'transparent', fitExactly: true, forceSingleLine: true
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#008BB9; font-size:22px;}'
        ,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #008BB9; }'
      ]
    });
    sIFR.replace(myriadpro, {
      selector: 'h2'
	  ,wmode: 'transparent', fitExactly: true, forceSingleLine: true
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#555555; font-size:20px;}'
        ,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #008BB9; }'
      ]
    });

