$(document).ready(function() {
	$('ul.sf-menu').superfish();
	//jQuery('h1').sifr( { strSWF: '_flash/frutiger.swf', strColor: '#13366f', strWmode: 'transparent' } );	
	//jQuery('#intros h2').sifr( { strSWF: '_flash/frutiger.swf', strColor: '#b41f25', strWmode: 'transparent' } );	
	$('#slideshow').flash({
	    src: '_flash/slideshow.swf',
	    width: 323,
	    height: 226,
		wmode: 'transparent',		
		flashvars: { url_config: '_flash/xml/configuration.xml' }
	});
});

