Should be pretty easy:
$("#CollapseExpandTd").click(function() {
$("#TreeviewTd").toggle();
$("#MenuBarTd").toggle();
});
Should be pretty easy:
$("#CollapseExpandTd").click(function() {
$("#TreeviewTd").toggle();
$("#MenuBarTd").toggle();
});