var helvetica = { src: 'flash/Helvetica.swf' };
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:32px; color: #ffffff; }',
  tuneHeight : -6,
  filters: {
	  Bevel: {
	    knockout: false
		,type: 'inner'
		,quality: 1
		,strength: 1
	    ,distance: 15
		,angle:255
	    ,highlightColor: '#ffffff'
		,shadowColor: '#000000'
		,blurX: 25
		,blurY: 25
	  }
	}
});

sIFR.replace(helvetica, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:14px; color: #ffffff; }',
  tuneHeight : -8,
  filters: {
	  Bevel: {
	    knockout: false
		,type: 'inner'
		,quality: 1
		,strength: 1
	    ,distance: 15
		,angle:255
	    ,highlightColor: '#ffffff'
		,shadowColor: '#000000'
		,blurX: 25
		,blurY: 25
	  }
	}
});

sIFR.replace(helvetica, {
  selector: 'label',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:14px; color: #ffffff; }',
  tuneHeight : -8,
  filters: {
	  Bevel: {
	    knockout: false
		,type: 'inner'
		,quality: 1
		,strength: 1
	    ,distance: 15
		,angle:255
	    ,highlightColor: '#ffffff'
		,shadowColor: '#000000'
		,blurX: 25
		,blurY: 25
	  }
	}
});

