$(function(){
	
//Hauptmenü:
$('.sf-menu').supersubs({
		minWidth:    12,
		maxWidth:    300, 
		extraWidth:  1 
	}).superfish({
		
		dropShadows: false, 
		speed: 'fast', 
		animation: {opacity:'show',height:'show'}, 
		delay: 200
	}); 

	
//Dropdowns
$(".dropdown_title").click(function(){
	$(this).next().slideToggle();	
});
	
	
});



function openRecommendBox(){
	$("#recommend_container").slideToggle();
}
function openRequestBox(){
	$("#request_container").slideToggle();
}
