var helv_h2 = {
      src: 'css/flash/helv_h2.swf'
};
 
sIFR.activate(helv_h2);
 
sIFR.replace(helv_h2, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#8D8787; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#8D8787; }'
      ],
      wmode: 'transparent'
});

var helv_h3 = {
      src: 'css/flash/helv_h3.swf'
};
 
sIFR.activate(helv_h3);
 
sIFR.replace(helv_h3, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#8D8787; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#8D8787; }'
      ],
      wmode: 'transparent'
});

var helv_h4 = {
      src: 'css/flash/helv_h4.swf'
};
 
sIFR.activate(helv_h4);
 
sIFR.replace(helv_h4, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#333333; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

var helv_h5 = {
      src: 'css/flash/helv_h5.swf'
};
 
sIFR.activate(helv_h5);
 
sIFR.replace(helv_h5, {
      selector: 'h5',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#666666; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});


