adminTree = new JSTree("Domain",parent.NAV.document,"content.html");
var rootNode = adminTree.getRoot();
rootNode.isExpanded = true;
var serverNode = rootNode.addJSTreeNode("Servers","images/j2ee/exploded_archive.gif","foo.html");
serverNode.addJSTreeNode("Server1","images/system.gif","foo.html");
rootNode.addJSTreeNode("Clusters","images/j2ee/exploded_archive.gif","foo.html");
rootNode.addJSTreeNode("Machines","images/system.gif","foo.html");
var deployNode = rootNode.addJSTreeNode("Deployments","images/j2ee/exploded_archive.gif","foo.html");
deployNode.addJSTreeNode("Applications","images/j2ee/ear.gif","foo.html");
deployNode.addJSTreeNode("EJB Modules","images/j2ee/jar.gif","foo.html");
deployNode.addJSTreeNode("Web Application Modules","images/j2ee/war.gif","foo.html");
deployNode.addJSTreeNode("Connector Modules","images/j2ee/rar.gif","foo.html");
deployNode.addJSTreeNode("Startup/Shutdown Class","images/j2ee/ClassDeployment.gif","foo.html");
var servicesNode = rootNode.addJSTreeNode("Services","images/j2ee/exploded_archive.gif","foo.html");
var jdbcNode = servicesNode.addJSTreeNode("JDBC","images/j2ee/exploded_archive.gif","foo.html");
jdbcNode.addJSTreeNode("Connection Pools","images/j2ee/jar.gif","foo.html");
jdbcNode.addJSTreeNode("Multi Pools","images/j2ee/jar.gif","foo.html");
jdbcNode.addJSTreeNode("Data Source","images/j2ee/jar.gif","foo.html");
jdbcNode.addJSTreeNode("Data Source Factory","images/j2ee/jar.gif","foo.html");
servicesNode.addJSTreeNode("JMS","images/j2ee/exploded_archive.gif","foo.html");
rootNode.addJSTreeNode("Security","images/j2ee/exploded_archive.gif","foo.html");
rootNode.addJSTreeNode("Domain Log Filters","images/j2ee/exploded_archive.gif","foo.html");
rootNode.addJSTreeNode("Tasks","images/j2ee/exploded_archive.gif","foo.html");