	
	var avantgarde_medium = {
		src: 'template/inc/sifr/avantgarde_medium.swf'
	};
	
	var avantgarde_normal = {
		src: 'template/inc/sifr/avantgarde_normal.swf'
	};
	
	var avantgarde_demi = {
		src: 'template/inc/sifr/avantgarde_demi.swf'
	};
	
	sIFR.debugMode = true;
	sIFR.delayCSS  = true;
	//sIFR.domains = ['titan'] // Don't check for domains in this demo
	sIFR.activate(avantgarde_medium, avantgarde_normal, avantgarde_demi);
	
	sIFR.replace(avantgarde_normal, {
		selector: 'h1'
		,css: [
			'.sIFR-root {font-size: 22px; text-align: left; color: #ffffff; letter-spacing: 0.2}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h2.green'
		,css: [
			'.sIFR-root {font-size: 20px; text-align: left; font-weight: normal; color: #00982f; letter-spacing: 0.2}',
      		'a { text-decoration: none }',
      		'a:link { color: #00982f}',
      		'a:hover { color: #00982f; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_normal, {
		selector: 'h2'
		,css: [
			'.sIFR-root {font-size: 20px; text-align: left; font-weight: normal; color: #ffffff; letter-spacing: 0.2}',
      		'a { text-decoration: none }',
      		'a:link { color: #ffffff}',
      		'a:hover { color: #ffffff; text-decoration: none }'
		]
		,wmode: 'transparent'
	});

	sIFR.replace(avantgarde_demi, {
		selector: 'h3.green'
		,css: [
			'.sIFR-root {font-size: 16px; text-align: left; font-weight: normal; color: #00982f; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #00982f}',
      		'a:hover { color: #00982f; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h3.gray'
		,css: [
			'.sIFR-root {font-size: 16px; text-align: left; font-weight: normal; color: #737373; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #737373 }',
      		'a:hover { color: #737373; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h3.black'
		,css: [
			'.sIFR-root {font-size: 16px; text-align: left; font-weight: normal; color: #000000; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #000000 }',
      		'a:hover { color: #000000; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h3'
		,css: [
			'.sIFR-root {font-size: 16px; text-align: left; font-weight: normal; color: #ffffff; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #ffffff }',
      		'a:hover { color: #ffffff; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h4.gray'
		,css: [
			'.sIFR-root {font-size: 12px; text-align: left; font-weight: normal; color: #737373; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #737373 }',
      		'a:hover { color: #737373; text-decoration: none }'
		]
		,wmode: 'transparent'
	});		
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h4.black'
		,css: [
			'.sIFR-root {font-size: 12px; text-align: left; font-weight: normal; color: #000000; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #000000 }',
      		'a:hover { color: #000000; text-decoration: none }'
		]
		,wmode: 'transparent'
	});	
	
	sIFR.replace(avantgarde_demi, {
		selector: 'h4'
		,css: [
			'.sIFR-root {font-size: 12px; text-align: left; font-weight: normal; color: #00982f; letter-spacing: 0.2}',
			'a { text-decoration: none }',
      		'a:link { color: #00982f }',
      		'a:hover { color: #00982f; text-decoration: none }'
		]
		,wmode: 'transparent'
	});
