$(document).ready(function () {
    $('img.menu_top').click(function () {
	$('div.menu_top_hidden').slideToggle('medium');
    });
});
