var frutiger = {
  src: '/sifr/frutiger.swf'
};
sIFR.activate(frutiger);
sIFR.replace(frutiger, {
  selector: 'h3.sifr'
    ,css: [
      '.sIFR-root { text-align: left; color: #3f79b9;  }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent'
});
sIFR.replace(frutiger, {
  selector: 'h4.span-menu-button'
	,css: [
	  '.sIFR-root { text-align: left; color: #ffffff;  }'
	  ,'a:link { text-decoration: none; color: #ffffff;}'
	  ,'a:visited { text-decoration: none; color: #ffffff;}'
	  ,'a:active { text-decoration: none; color: #ffffff;}'
	  ,'a:hover { text-decoration: none; color: #ffffff;}'	  
	],
	wmode: 'transparent'
});
sIFR.replace(frutiger, {
  selector: 'h4.span-menu-button-selected'
	,css: [
	  '.sIFR-root { text-align: left; color: #3f79b9;  }'
	  ,'a:link { text-decoration: none; color: #3f79b9;}'
	  ,'a:visited { text-decoration: none; color: #3f79b9;}'
	  ,'a:active { text-decoration: none; color: #3f79b9;}'
	  ,'a:hover { text-decoration: none; color: #3f79b9;}'	  
	],
	wmode: 'transparent'
});
