
var charter = { src: 'flash/gravura.swf' };

sIFR.activate(charter);

sIFR.replace(charter, {
  selector: 'h1',
  css: [
      '.sIFR-root { font-size:25px; color:#f89838;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
  wmode: 'transparent'
});



var gravura = { src: 'flash/gravura2.swf' };

sIFR.activate(gravura);

sIFR.replace(gravura, {
  selector: 'h4',
  css: [
      '.sIFR-root { font-size:40px; color:#f89838;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
  wmode: 'transparent'
});

var charter = { src: 'flash/gravura.swf' };

sIFR.activate(charter);

sIFR.replace(charter, {
  selector: 'h3',
  css: [
      '.sIFR-root { font-size:25px; color:#544841;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
  wmode: 'transparent'
});

