$(function () {
/*
	$(".children").each(function() {
		$(this).parent().click(function(){
			$(this).children().next().slideUp();
		});
	});
*/
});

