var garamond = {
      src: 'img/AppleGaramond.swf'
};
 
sIFR.activate(garamond);
 
sIFR.replace(garamond, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size: 36px; font-weight: normal; font-style: italic; color: #282d32; margin-left: 3px; }'
      ,'a:link { color: #282d32; }'
      ,'a:hover { color: #282d32; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
/*sIFR.replace(garamond, {
      selector: 'h2.ttl',
      css: [
      '.sIFR-root { font-size: 30px; font-weight: normal; color: #424143; }'
      ,'a:link { color: #424143; }'
      ,'a:hover { color: #424143; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});*/