var frutiger = { src: '/swfs/frutiger.swf' };


sIFR.activate(frutiger);

sIFR.replace(frutiger, {
  selector: '.frutiger',
	css: [
      '.sIFR-root { font-size:14px; color:#ffffff; font-weight: bold;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  fixFocus:true,
  selector: 'td.frutigerLink',
	css: [
      '.sIFR-root { font-size:11px; color:#093e70; font-weight: bold;}',
	  'a{ font-size:11px; color:#093e70; font-weight: bold; text-decoration: none;}',
	  'a:link{ font-size:11px; color:#093e70; font-weight: bold; text-decoration: none;}',
	  'a:hover{ font-size:11px; color:#093e70; font-weight: bold; text-decoration: underline;}'
      ],
  wmode: 'transparent'
});