/**
 * Javascript functions for D&P
 */
$(function() {
	$("#tree").treeExpander("open","closed",null);
	PMWeb.OnLoad();
});
