var myriadpro = {
  src: 'http://www.phalanxgames.net/cms/templates/round/flash/cochin.swf',
  ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,44,1.26,45,1.24,53,1.25,58,1.24,59,1.25,88,1.24,90,1.23,91,1.24,94,1.23,95,1.24,103,1.23,104,1.24,1.23] 
};

sIFR.activate(myriadpro); // From revision 209 and onwards
//sIFR.useStyleCheck = true;

sIFR.replace(myriadpro, {
  selector: 'h1',
   
  css: [
      '.sIFR-root { color: #2F2C26; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0a3f6e; }'
      ,'a:hover { color: #075ca6; }'
      ],
  case: 'upper',
  wmode: 'transparent'
});

sIFR.replace(myriadpro, {
  selector: 'h2',
   
  css: [
      '.sIFR-root { color: #66583D; font-weight:bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #66583D; }'
      ,'a:hover { color: #66583D; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(myriadpro, {
  selector: '#blokkop',
   
  css: [
      '.sIFR-root { color: #000000; font-weight:bold; text-align:center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0a3f6e; }'
      ,'a:hover { color: #075ca6; }'
      ],
  wmode: 'transparent'
});



