var helvetica = {
  src: 'http://www.romanianculturalcentre.org.uk/connections/sifr/helvetica-condensed.swf',
  ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 72, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
};
sIFR.fitExactly = true;
sIFR.repaintOnResize = false;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1',
  tuneHeight: '-8',
  css: [ '.sIFR-root { font-size:24px; line-height:24px; background-color: transparent; color: #000000; text-transform:uppercase; }'
      ,'a { background-color: transparent; color: #000000; text-decoration: none; }'
      ,'a:hover { color: #ffffff; }'
	],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h2',
  tuneHeight: '-8',
  css: [ '.sIFR-root { font-size:18px; line-height:18px; background-color: transparent; color: #000000; text-transform:uppercase; }'
      ,'a { background-color: transparent; color: #000000; text-decoration: none; }'
      ,'a:hover { color: #ffffff; }'
	],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3',
  tuneHeight: '-8',
  css: [ '.sIFR-root { font-size:16px; line-height:16px; background-color: transparent; color: #ffffff; text-transform:uppercase; }'
      ,'a { background-color: transparent; color: #000000; text-decoration: none; }'
      ,'a:hover { color: #ffffff; }'
	],
  wmode: 'transparent'
});
