//var helvetica = { src: rootpath+'fx/helvcn.swf' };
var helveticaMedium = { src: rootpath+'fx/helvmdcn.swf' };

sIFR.activate(helveticaMedium);

sIFR.replace(helveticaMedium, {
  selector: 'h1',
  css: ['.sIFR-root { background-color: #ffffff; color: #a29d80; font-size: 20px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 20px;}',
        'a:link { color: #a29d80; }',
        'a:hover { color: #a29d80; }'],
  tuneHeight: '-9',
  offsetTop: '-2'/*,
  wmode: 'transparent'*/
});

sIFR.replace(helveticaMedium, {
  selector: '.moduleHeader',
  css: ['.sIFR-root { background-color: #ffffff; color: #a29d80; font-size: 18px; line-height: 1em;}',
  		'a { text-decoration: none; font-size: 18px;}',
        'a:link { color: #a29d80; }',
        'a:hover { color: #a29d80; }'],
  tuneHeight: '-5',
  offsetTop: '0'/*,
  wmode: 'transparent'*/
});
