﻿function ToggleCollapse(oCaller, targetId) 
{
    $("#" + targetId).toggle();
}