function menu(obj){
	$(obj).parent().children('ul').slideToggle();
}