var helvetica = {
      src: 'flash/helvetica.swf'
};
 
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#ffffff;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(helvetica, {
      selector: 'h1',
	  forceSingleLine: true,
    css: [
        '.sIFR-root { font-size:22px; font-weight:normal; color:#6b7d7d;}',
        'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #ffffff;}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});

