$(function() {
	
	$("a.show_other_cats").click(function() {
		$("#other_categories_menu").fadeIn();
		return false;
	});
	
});
