var myriadpro = { src: '/sifr3/myriadpro.swf' };
sIFR.useStyleCheck = true;
//sIFR.useDomLoaded = false;
// Next, activate sIFR:
sIFR.activate(myriadpro);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

/*sIFR.replace(myriadpro, {
  selector: 'div.subMenuTitle span', ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #ECF8FF; color: #017DC3;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});*/
sIFR.replace(myriadpro, {
  selector: 'h2.homeAdTitle', ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFBDA; color: #8803A3;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});
sIFR.replace(myriadpro, {
  selector: 'h2.subMenu', ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #ECF8FF; color: #017DC3;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});
sIFR.replace(myriadpro, {
  selector: 'h1', ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #8803A3;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});
sIFR.replace(myriadpro, {
  selector: 'h2', ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #8803A3;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});


// sIFR.debug.ratios({ src: '/sifr3/myriadpro.swf', selector: 'div.subMenuTitle span' });


