var helveticaThin = {
	src: '/flash/univers-light.swf'
};

sIFR.useDomContentLoaded = false;
sIFR.activate(helveticaThin);

sIFR.replace({
	selector: 'h1'
	,src: '/flash/helvetica.swf'
	,css: {
	'.sIFR-root': { 'color': '#fc720d',
					'font-size': '26px'}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});
/*
sIFR.replace({
	selector: 'h3'
	,src: '/flash/helvetica-roman.swf'
	,css: {
	'.sIFR-root': 	{ 	'color': '#786899',
						'text-decoration': 'none'
						},
	'a':			{ 	'text-decoration' : 'none',
						'color': '#280C59'
					},
	'a:hover':		{ 	'text-decoration' : 'none',
						'color': '#fc720d'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h2'
	,src: '/flash/helvetica.swf'
	,css: {
	'.sIFR-root': { 'color': '#ffffff',
					'text-decoration': 'none',
					'letter-spacing': '1'
					},
	'a':		  { 	'text-decoration' : 'none',
						'color': '#280C59'
					},
	'a:hover':		{ 	'text-decoration' : 'none',
						'color': '#FFFFFF'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h4.active'
	,src: '/flash/din-schrift.swf'
	,css: {
	'.sIFR-root': { 'color': '#280C59',
					'text-decoration': 'none'

					},
	'a':		  { 	'text-decoration' : 'none',
						'color': '#280C59'
					},
	'a:hover':	  { 	'text-decoration' : 'none',
						'color': '#280C59'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});


sIFR.replace({
	selector: '.submenu h4'
	,src: '/flash/din-schrift.swf'
	,css: {
	'.sIFR-root': { 'color': '#ffffff',
					'text-decoration': 'none'

					},
	'a':		  { 	'text-decoration' : 'none',
						'color': '#FFFFFF'
					},
	'a:hover':	  { 	'text-decoration' : 'none',
						'color': '#280C59'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});*/


