var arial = {
  src: 'scripts/arial.swf'
};

sIFR.activate(arial);

sIFR.replace(arial, {
  selector: 'h1',
	css: {
		'.sIFR-root': {'color':'#ffffff', 'font-weight':'normal'}
	},
	
	filters: {
		Glow: {
			color: '#ffffff',
			strength: 0.8
		}
	},

	wmode: 'transparent',
	tuneHeight: -5,
	offsetTop: 0,
	offsetLeft: 0
});

sIFR.replace(arial, {
  selector: 'h2',
	css: {
		'.sIFR-root': {'color':'#ffffff', 'font-weight':'normal'}
	},
	
	filters: {
		Glow: {
			color: '#ffffff',
			strength: 0.7
		}
	},

	wmode: 'transparent',
	tuneHeight: -3,
	offsetTop: 0,
	offsetLeft: 0
});

sIFR.replace(arial, {
  selector: 'h3',
	css: {
		'.sIFR-root': {'color':'#ffffff', 'font-weight':'bold'}
	},
	
	filters: {
		Glow: {
			color: '#ffffff',
			strength: 0.7
		}
	},

	wmode: 'transparent',
	tuneHeight: -2,
	offsetTop: 1,
	offsetLeft: 2
});