var vag = {
	src: '/flash/vag.swf'
};

sIFR.activate(vag);

sIFR.replace(vag, {

	selector: 'p.action-intro',

	wmode: 'transparent',

	css: [

		'.sIFR-root { color: #ffffff; }'

		]
		
});

sIFR.replace(vag, {

	selector: 'div.toolbox-subsection h3',

	wmode: 'transparent',

	tuneHeight: '-5',

	offsetTop: '0',	

	css: [

		'.sIFR-root { color: #ffffff; font-weight: bold; text-transform: uppercase; font-size: 14px; }'

		],
		
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		
});

sIFR.replace(vag, {

	selector: '#content-body h2',

	wmode: 'transparent',

	tuneHeight: '-4',
	
	offsetTop: '4',		

	css: [

		'.sIFR-root { color: #3689B7; font-weight: bold; text-transform: uppercase; }'

		],
		
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		
});
