$(document).ready(function(){
	$(".big-menu-launcher").click(function(){
	$("#big-menu-hidden").toggle("fast");
	});
});

