$(document).ready(function(){
        $("#black, #gray").treeview({
		control: "#treecontrol",
                collapsed: true
	});
});