$(document).ready(function(){
		
	$("#black, #gray").treeview({
		control: "#treecontrol",
		cookieId: "treeview-black"
	});
});// first example
