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

sIFR.activate(avanti);
 
sIFR.replace(avanti, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:18px; color:#000000;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(avanti, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:16px; color:#000000;}'
      ],
      wmode: 'transparent'
});


