function shmenu(id) {
	obj = $("#children_" + id);
	obj.animate({height: obj.css('display') == 'none'?'show':'hide'}, 25);
}