var helv_h2 = {
      src: '../css/script_h2.swf'
};
 
sIFR.activate(helv_h2);
 
sIFR.replace(helv_h2, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#666666; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});

var helv_h6 = {
      src: '../css/script_h6.swf'
};
 
sIFR.activate(helv_h6);
 
sIFR.replace(helv_h6, {
      selector: 'h6',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#7E7E7E; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#7E7E7E; }'
      ],
      wmode: 'transparent'
});


