$(document).ready(function () {
  $('.menu_head').click(function () {
	$(this).next("ul").slideToggle('medium');
  });
});
