//<[CDATA[
		  
sIFR.fromLocal = true;
sIFR.delayCss = true; 
sIFR.fitExactly = true;
sIFR.activate(frutiger);

// trigger the sifr title replacement whenever AJAX is used
function activateSIFR() {
	
	//alert("Titles are being replaced");
	
	//sIFR.debug.ratios({src:'flash/frutiger.swf', selector:'h1'});
	sIFR.replace(frutiger, {
		selector: 'h1',
		ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
			css: [
				'.sIFR-root {color:#737373; font-size:24px; font-weight:normal; } strong {color:#017fb1; font-weight:normal;  }',
				'a {color:#FFFFFF; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});	
	
	//sIFR.debug.ratios({src:'flash/frutiger.swf', selector:'h1'});
	sIFR.replace(frutiger, {
		selector: 'h2',
		ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
			css: [
				'.sIFR-root {color:#FFFFFF; font-size:18px; } strong {color:#FFFFFF; font-weight:bold;  }',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#000000; text-decoration:none;}',
				'a:hover {color:#000000; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});	
	
	sIFR.replace(frutiger, {
		selector: 'h3',
		ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
			css: [
				'.sIFR-root {color:#737373; font-size:14px; } strong {color:#017fb1; font-weight:bold;  }',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#000000; text-decoration:none;}',
				'a:hover {color:#000000; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});	

}
// trigger the sifr title replacement
activateSIFR();

//]]>