$(document).ready(function () {
    $('#menu_button').click(function () {
		$('#menu').slideToggle('medium');
    });
});
