$(document).ready(function() {
	$("#toggle_static_menu").click(function(){
        $("#static_menu").toggle("slow");
    });
});
