  var helvneue = {
    src: 'swf/helvneue.swf'
    ,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(helvneue);

sIFR.replace(helvneue, {
    selector: 'h1',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { font-size: 20px; color: #555555; line-height: 1em; text-align: left; font-weight: bold; text-transform: uppercase;}'
	],
	fixFocus: true,
	fitExactly: false,
	forceSingleLine: false
 });

sIFR.replace(helvneue, {
    selector: 'h2',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { font-size: 18px; color: #555555; line-height: 1em; text-align: left; font-weight: bold; text-transform: uppercase;}'
	],
	fixFocus: true,
	fitExactly: false,
	forceSingleLine: false
 });

sIFR.replace(helvneue, {
    selector: '#menu-container li',
	wmode: 'transparent',
 css: [
      '.sIFR-root { float: left; font-size: 14px; color: #ffffff; text-transform: uppercase; font-weight: normal; }'
	  ,'a { color: #ffffff; text-decoration: none;}'
	  ,'a:hover { color: #9bbc0e; text-decoration: none;}'
	  ,'.current { color: #9bbc0e; text-decoration: none;}'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: true,
	tuneWidth: 2
 });