var helNeu = {
  src: 'flash/hel-ext.swf'
};

sIFR.activate(helNeu); // From revision 209 and onwards

sIFR.replace(helNeu, {
      selector: 'h1',
      css: [
      '.sIFR-root{ font-size:26px; color:#009ee0; text-align: left; }'
	  ],
	  wmode: 'transparent'
});



sIFR.replace(helNeu, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:20px;  color:#e2007a;}'
	  ],
	  wmode: 'transparent'
});




sIFR.replace(helNeu, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:18px;  color:#e2007a;}'
	  ],
	  wmode: 'transparent'
});





sIFR.replace(helNeu, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:16px; color:#e2007a;}'
	  ],
	  wmode: 'transparent'
});



sIFR.replace(helNeu, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size:14px;  color:#009ee0; }'
	  ],
	  wmode: 'transparent'
});





