$(document).ready(function(){
	
		/*$("#navbar").lavaLamp({
			fx: "easeInSine",
			speed: 450,
			click: function() {return true;}
		});*/
		
	  $('#accordion').accordion({ 
	    active: true, 
	    alwaysOpen: false,
	    header: ".head",
	    autoheight: false
	  });

		// Subnavi		
		$("#s_navi ul#l2").corner("6px");
});

// Anfahrt
function open_route(id) {
window.open('http://www.viamichelin.com/b2b2c/deu/dyn/controller/dlPoiAccess?id='+id+'&productId=89825',"route","height=650,width=500,scrollbars=yes,left=100,top=100");
}