$(document).ready(function(){
$(".bg-menu-small").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu").fadeOut("slow");
});

$(".bg-menu-small1").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu1").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu1").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu1").fadeOut("slow");
});

$(".bg-menu-small2").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu2").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu2").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu2").fadeOut("slow");
});

$(".bg-menu-small3").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu3").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu3").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu3").fadeOut("slow");
});



$(".bg-menu-small4").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu4").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu4").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu4").fadeOut("slow");
});

$(".bg-menu-small5").click(function(){
	$("#overlay").fadeIn("slow");
	$(this).next(".bg-menu5").fadeIn("slow");

});
 

$("#overlay").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu5").fadeOut("slow");
});
$(".close-button").click(function(){
	$("#overlay").fadeOut("slow");
	$(".bg-menu5").fadeOut("slow");
});

});
