$(function(){
$("#detail_header").click(function(){$("table#detail_body").toggle("fast")});
})

