var helv = {
  src: 'includes/sifr3/helv_cond_b_i.swf'
};
var helv_right = {
  src: 'includes/sifr3/helv_cond_b_i_right.swf'
};

sIFR.activate(helv, helv_right);

sIFR.replace(helv, {
  selector: 'h1.page_title'
  ,css: [
      '.sIFR-root { font-weight: bold; font-style: italic; color:#ffffff; }'
    ]
  ,transparent: true
  ,filters: {
	  DropShadow: {
		knockout: false
		,distance: 3
		,color: '#000000'
		,strength: 3
		,blurX: true
		,blurY: false
		,angle: 330
  }
}

});

sIFR.replace(helv_right, {
  selector: 'h1#product_name'
  ,css: [
      '.sIFR-root { font-weight: bold; font-style: italic; color:#FD8701; }'
    ]
  ,transparent: true
});