$(document).ready(function () {
    $('h2.open_menu').click(function () {
	$('.fast_navigation').slideToggle('fast');
    });
});
