﻿function toggleDetail(dId) {
    $("#detail" + dId).toggle();
}