var share = {
  src: 'fileadmin/elliptec/sifr/elliptec.swf'
};

sIFR.activate(share);

sIFR.replace(share, {
  selector: 'h1'
	,css: [
'.sIFR-root { color: #199b99; font-size:22px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #199b99; }'
      ,'a:hover { color: #199b99; }'

  ],
wmode: 'transparent'  
});

sIFR.replace(share, {
  selector: 'h2'
	,css: [
'.sIFR-root { color: #A92D35; font-size:16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #A92D35; }'
      ,'a:hover { color: #CCCCCC; }'

  ],
wmode: 'transparent'  
});