var share = {
  src: 'fileadmin/sifr/hoga_content.swf'
};
var start = {
  src: 'fileadmin/sifr/hoga_content_neu.swf'
};

sIFR.activate(share);
sIFR.activate(start);

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

  ],
wmode: 'transparent'
});


sIFR.replace(share, {
  selector: 'div.menu_start'
	,css: [
'.sIFR-root { color: #2f6533; font-size:15px; font-weight: bold; float:left; text-align:center; }',
      ,'a { text-decoration: none; color: #2f6533; font-size:15px; font-weight: bold; }'
      ,'a:link { color: #2f6533; font-size:15px; font-weight: bold; }'
      ,'a:hover { color: #2f6533; text-decoration: underline; font-weight: bold; }'

  ],
wmode: 'transparent'  
});
