function showMenu(obj) {
	
	$(".show").removeClass("show");
	$(obj).addClass("show");
	
}