var adobec = {
  src: 'adobe_calson.swf'
  ,ratios:[6,0.66,7,0.6,8,0.76,9,0.86,11,0.97,12,1.07,14,1.13,15,1.2,17,1.23,18,1.28,19,1.3,21,1.34,22,1.36,25,1.38,27,1.41,28,1.43,29,1.44,32,1.46,35,1.48,38,1.49,39,1.51,42,1.52,45,1.53,48,1.54,52,1.55,55,1.56,59,1.57,65,1.58,69,1.59,70,1.6,71,1.59,76,1.6,77,1.61,78,1.6,86,1.61,96,1.62,97,1.63,99,1.62,112,1.63,1.64]
};

//comma separate for multiple flash movies
sIFR.prefetch(adobec);
sIFR.activate(adobec);

sIFR.replace(adobec, {
      selector: 'h1.MWxHeader'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#6ecff6; font-size:30px; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'div.MWxBoxTitle'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#6ecff6; font-size:30px;  }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: '.headertext'
      ,css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000066; border-bottom:1px solid #000000; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'h1.MWxHeaderMedium'
      ,css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000066; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'h2.MWxWhiteMedium'
      ,css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#FFFFFF; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'h1.MWxHeaderSmall'
      ,css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000066; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'h2.MWxBoxTitle'
      ,css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000066; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(adobec, {
      selector: 'h3.MWxSectionHeader'
      ,css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#4c663f; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

/*

Linking Example!
sIFR.replace(archer, {
    selector: 'h1',
    css: [
      '.sIFR-root { background-color: #352f26; , color: #e5e5dd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #777065; }'
      ,'a:hover { color: #e5e5dd; }'
    ]
  });
*/
