$(document).ready(function() {

$("#joblist a.ttl").click(function(){var id = "#d_"+this.id;	$(id).toggle(); return false;});

});
