﻿/// <reference path="jquery-1.7.1-vsdoc.js" />

$(document).ready(function () {
    $(".btn").button();
});

// Forces the treeview to adjust to the new size of its container          
function resizeTree(DomElementId, NewPaneHeight, NewPaneWidth) {
    TreeView1.render();
}

//function TreeView1_NodeSelected(sender, e) {
//    if (e.get_node().get_id() == 'Nachrichten') {
//        TreeView1.findNodeById('sentItems').set_visible(true);
//    }
//    else {
//        TreeView1.findNodeById('sentItems').set_visible(false);
//    }
//}

function resizeContent(DomElementId, NewPaneHeight, NewPaneWidth) {
    
}  
