var helvbold = {
      src: 'flash/helvbold.swf'
};
 
sIFR.activate(helvbold);
 
sIFR.replace(helvbold, {
      selector: 'h1.replace',
	  css: [
      '.sIFR-root { font-size:43px; color:#ffffff; }',
	  '.sIFR-root .yellow { font-size:43px; color:#FFFF01; }',
	  'a { color: #ffffff; text-decoration: none; }',
	  'a:hover { color: #ffff01; text-decoration: none; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(helvbold, {
      selector: 'h1.replacesmall',
	  css: [
      '.sIFR-root { font-size:25px; color:#ffffff; }',
	  '.sIFR-root .yellow { font-size:43px; color:#FFFF01; }',
	  'a { color: #ffffff; text-decoration: none; }',
	  'a:hover { color: #ffffff; text-decoration: none; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(helvbold, {
      selector: 'h1.yellow',
	  css: [
      '.sIFR-root { font-size:35px; color:#FFFF01; }',
	  'a { color: #ffffff; text-decoration: none; }',
	  'a:hover { color: #ffffff; text-decoration: none; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(helvbold, {
      selector: 'h3.yellowsmall',
	  css: [
      '.sIFR-root { font-size:25px; color:#FFFF01; }',
	  'a { color: #ffffff; text-decoration: none; }',
	  'a:hover { color: #ffffff; text-decoration: none; }',
      ],
      wmode: 'transparent'
});
