$(window).load(function() {
	$("#menu ul li.has_navchild:not(.first) > a").click(function() {
		return false;
	});
});
