	$().ready(function() {
		$('ul.sf-menu').supersubs({
            minWidth:    12,
            maxWidth:    27,
            extraWidth:  1
		}).superfish({
			speed: 'fast'
		});

/*		FLIR.init({ path:'script/facelift/' });*/
		FLIR.init({ path:'script/facelift/' });
		$("h1").css("text-transform","uppercase");
		$("h2").css("text-transform","uppercase");
		FLIR.replace('h1', new FLIRStyle({ cFont:'dinalt', cSize:'20', mode:'wrap' }) );
		FLIR.replace('h2', new FLIRStyle({ cFont:'dinalt', cSize:'18', mode:'wrap' }) );

		$("#langselect .logo").click(function(){ window.location.href='index.php'; });
	});

