$(function(){
$("#footer h2").click(function(){$("div#footer_sitemap").toggle("fast")});
})

