  var myriadprocond = {
    src: 'swf/myriadprocond.swf'
    ,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 50, 1.14, 51, 1.15, 72, 1.14, 75, 1.13, 77, 1.14, 1.13]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(myriadprocond);

sIFR.replace(myriadprocond, {
    selector: 'h1.title-center',
	wmode: 'transparent',
 css: [
      '.sIFR-root { color: #231f20; font-size: 17px; line-height: 1em; margin: 0px; padding: 0px; text-align: center; font-weight: bold;}'
      ,'a { color: #231f20; text-decoration: none;}'
      ,'a:link { color: #231f20; }'
      ,'a:hover { color: #231f20; text-decoration: none; }'
	  ,'.selected { color: #231f20; text-decoration: none; }'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: true
 });
 
 sIFR.replace(myriadprocond, {
    selector: 'h1.title',
	wmode: 'transparent',
 css: [
      '.sIFR-root { color: #231f20; font-size: 17px; line-height: 1em; margin: 0px; padding: 0px; font-weight: bold;}'
      ,'a { color: #231f20; text-decoration: none;}'
      ,'a:link { color: #231f20; }'
      ,'a:hover { color: #231f20; text-decoration: none; }'
	  ,'.selected { color: #231f20; text-decoration: none; }'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: true
 });

sIFR.replace(myriadprocond, {
    selector: 'h1.bigtitle',
	wmode: 'transparent',
 css: [
      '.sIFR-root { color: #ffffff; font-size: 32px; line-height: 1em; margin: 0px; padding: 0px; font-weight: bold;}'
      ,'a { color: #231f20; text-decoration: none;}'
      ,'a:link { color: #231f20; }'
      ,'a:hover { color: #231f20; text-decoration: none; }'
	  ,'.selected { color: #231f20; text-decoration: none; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: false
 });

sIFR.replace(myriadprocond, {
    selector: 'h2.subtitle',
	wmode: 'transparent',
 css: [
      '.sIFR-root { color: #ffffff; font-size: 17px; line-height: 1em; margin: 0px; padding: 0px; font-weight: bold;}'
      ,'a { color: #ffffff; text-decoration: none;}'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
	  ,'.selected { color: #ffffff; text-decoration: none; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: false
 });

sIFR.replace(myriadprocond, {
    selector: 'div.menuitem',
	wmode: 'transparent',
 css: [
      '.sIFR-root { color: #ffffff; font-size: 17px; line-height: 1em; margin: 0px; padding: 0px; font-weight: bold;}'
	  ,'a { color: #ffffff; text-decoration: none;}'
	  ,'a:hover { color: #d69478; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: true
 });
