function sifrFunc()
{
	var futura = { src: '/flash/vagron.swf' };
	
	sIFR.activate(futura);
	
	sIFR.replace(futura, {
	  selector: 'h1',
	  css: '.sIFR-root {color: #5AA2D6; font-weight: normal; text-transform: uppercase;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: '.choose',
	  css: '.sIFR-root {color: #05699A; font-weight: normal;text-transform: uppercase;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: '.expire',
	  css: '.sIFR-root {color: #05699A; font-weight: normal;text-transform: none;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: 'h2',
	  css: '.sIFR-root {color: #5AA2D6; font-weight: normal; text-transform: uppercase;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: 'h3',
	  css: '.sIFR-root {color: #5AA2D6; font-weight: normal; text-transform: uppercase;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: '.sub-leftcont li',
	  css: '.sIFR-root {color: #05699A; font-weight: normal;}',
	  wmode: 'transparent',
	  selectable: true
	});
		
	sIFR.replace(futura, {
	  selector: '.step1',
	  css: '.sIFR-root {color: #EA0017; font-weight: normal; text-align: center;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: '.step2',
	  css: '.sIFR-root {color: #ff7e00; font-weight: normal;text-align: center;}',
	  wmode: 'transparent',
	  selectable: true
	});
	sIFR.replace(futura, {
	  selector: '.step3',
	  css: '.sIFR-root {color: #6bc907; font-weight: normal;text-align: center;}',
	  wmode: 'transparent',
	  selectable: true
	});
		
}

sifrFunc();
