var futura = { src: '/path/to/futura.swf' };

var helvetica = { src: 'flash/helveticaNeueBold.swf' };
var helveticalight = { src: 'flash/helveticaneue.swf' };

sIFR.activate(helvetica);
sIFR.activate(helveticalight);

sIFR.replace(helvetica, {
  selector: '.navtitle',
    css: [
    '.sIFR-root { color: #ffffff; font-size: 20px; letter-spacing: -0.8;}',
    '.active { color: #9ed4e4; font-size: 20px; letter-spacing: -0.8}',
    ],
    wmode: 'transparent', 
    forceSingleLine: true
});

sIFR.replace(helveticalight, {
  selector: '.menu',
    css: [
    '.sIFR-root { color: #ffffff; font-size: 10px; text-decoration: none; letter-spacing: 1.6;}',
    'a { color: #ffffff; font-size: 10px; text-decoration: none;}',
    'a:hover { color: #ffffff; font-size: 10px; text-decoration: none;}'
    ],
    wmode: 'transparent', 
    forceSingleLine: true
});

sIFR.replace(helveticalight, {
  selector: '.maintitle',
    css: [
    '.sIFR-root { color: #905295; font-size: 24px;}'
    ],
    wmode: 'transparent'
});


sIFR.replace(helveticalight, {
  selector: '.eyecatchertitle',
    css: [
    '.sIFR-root { color: #905295; font-size: 17px;}',
    'a { color: #905295; text-decoration: none;}',
    'a:hover { color: #905295; text-decoration: none;}'
    ],
    wmode: 'transparent'
});
