// hide.js

function toggleDetails(id) { $('#' + id).toggle(); }
