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