﻿$(document).ready(function(){
   /*
    * setup hints on textboxes. valid for any textbox with a title attribute
    */
    $("input:text").hint();
    $("input:password").hint();

	$("#categoryTree").treeview({
		persist: "cookie",
		collapsed: true,
		unique: false
	});
});
