
(function() {
var tree;
function treeInit() {
	tree = new YAHOO.widget.TreeView("nav_content");
	var root = tree.getRoot();            
	
	
        var dataObjWSef3735c8b4d78bef5dd58210e53c979428000ahtml = 
        { label: "Resources",
        href:"WSef3735c8b4d78bef5dd58210e53c97942-8000a.html",
        target:"_self"};
        var WSef3735c8b4d78bef5dd58210e53c979428000ahtml = 
        new YAHOO.widget.TextNode(dataObjWSef3735c8b4d78bef5dd58210e53c979428000ahtml, 
        root, false);
        
        var dataObjWS2BE9B3A744AF4d86AC08912E2D9F1ECBhtml = 
        { label: "Help and support",
        href:"WS2BE9B3A7-44AF-4d86-AC08-912E2D9F1ECB.html",
        target:"_self"};
        var WS2BE9B3A744AF4d86AC08912E2D9F1ECBhtml = 
        new YAHOO.widget.TextNode(dataObjWS2BE9B3A744AF4d86AC08912E2D9F1ECBhtml, 
        WSef3735c8b4d78bef5dd58210e53c979428000ahtml, false);
        
        var dataObjWS3431573C0AAA414b9EEE253C503C1E2Fhtml = 
        { label: "Services, downloads, and extras",
        href:"WS3431573C-0AAA-414b-9EEE-253C503C1E2F.html",
        target:"_self"};
        var WS3431573C0AAA414b9EEE253C503C1E2Fhtml = 
        new YAHOO.widget.TextNode(dataObjWS3431573C0AAA414b9EEE253C503C1E2Fhtml, 
        WSef3735c8b4d78bef5dd58210e53c979428000ahtml, false);
        
        var dataObjWSef3735c8b4d78bef5dd58210e53c979427feaahtml = 
        { label: "Using the Extension Manager",
        href:"WSef3735c8b4d78bef5dd58210e53c97942-7feaa.html",
        target:"_self"};
        var WSef3735c8b4d78bef5dd58210e53c979427feaahtml = 
        new YAHOO.widget.TextNode(dataObjWSef3735c8b4d78bef5dd58210e53c979427feaahtml, 
        root, false);
        
        var dataObjWSAEEA8A5AA2A342a1B46807E2EAEC06FChtml = 
        { label: "Downloading and installing extensions",
        href:"WSAEEA8A5A-A2A3-42a1-B468-07E2EAEC06FC.html",
        target:"_self"};
        var WSAEEA8A5AA2A342a1B46807E2EAEC06FChtml = 
        new YAHOO.widget.TextNode(dataObjWSAEEA8A5AA2A342a1B46807E2EAEC06FChtml, 
        WSef3735c8b4d78bef5dd58210e53c979427feaahtml, false);
        
        var dataObjWS6EE6602A7CCA4db8A3896824E15CC0A3ahtml = 
        { label: "Managing extensions",
        href:"WS6EE6602A-7CCA-4db8-A389-6824E15CC0A3a.html",
        target:"_self"};
        var WS6EE6602A7CCA4db8A3896824E15CC0A3ahtml = 
        new YAHOO.widget.TextNode(dataObjWS6EE6602A7CCA4db8A3896824E15CC0A3ahtml, 
        WSef3735c8b4d78bef5dd58210e53c979427feaahtml, false);
        
        var dataObjWSef3735c8b4d78bef5dd58210e53c979427fe9ahtml = 
        { label: "Packaging and submitting extensions",
        href:"WSef3735c8b4d78bef5dd58210e53c97942-7fe9a.html",
        target:"_self"};
        var WSef3735c8b4d78bef5dd58210e53c979427fe9ahtml = 
        new YAHOO.widget.TextNode(dataObjWSef3735c8b4d78bef5dd58210e53c979427fe9ahtml, 
        WSef3735c8b4d78bef5dd58210e53c979427feaahtml, false);
        
        var dataObjWSB4845EDD14E5476aB749FF328830D14Fhtml = 
        { label: "Working from the command line",
        href:"WSB4845EDD-14E5-476a-B749-FF328830D14F.html",
        target:"_self"};
        var WSB4845EDD14E5476aB749FF328830D14Fhtml = 
        new YAHOO.widget.TextNode(dataObjWSB4845EDD14E5476aB749FF328830D14Fhtml, 
        WSef3735c8b4d78bef5dd58210e53c979427feaahtml, false);
        
        var dataObjWSFC0C4DCE7F474f5c8B46625B67D025E9ahtml = 
        { label: "Legal notices",
        href:"WSFC0C4DCE-7F47-4f5c-8B46-625B67D025E9a.html",
        target:"_self"};
        var WSFC0C4DCE7F474f5c8B46625B67D025E9ahtml = 
        new YAHOO.widget.TextNode(dataObjWSFC0C4DCE7F474f5c8B46625B67D025E9ahtml, 
        root, false);
        
        var dataObjWSD1F1B2DA4E6A46dbA139A14944FFF58Aahtml = 
        { label: "Copyright",
        href:"WSD1F1B2DA-4E6A-46db-A139-A14944FFF58Aa.html",
        target:"_self"};
        var WSD1F1B2DA4E6A46dbA139A14944FFF58Aahtml = 
        new YAHOO.widget.TextNode(dataObjWSD1F1B2DA4E6A46dbA139A14944FFF58Aahtml, 
        WSFC0C4DCE7F474f5c8B46625B67D025E9ahtml, false);
        
	
	if (YAHOO.widget.TreeView.nodeCount > 2) {
        updateTOCClass();
		tree.draw();
		if ( typeof(currentTreeNode) != 'undefined' ) {
			syncTocUsingHref(currentTreeNode);
		}
	}
	else {
		hideElement("search");
		hideElement("col1");
	}
}

function syncTocUsingHref(currentHref) {
  currentNode = tree.getNodeByProperty("href", currentHref)
  if ((currentNode) && (!currentNode.isRoot())) {
	syncTocUsingNode(currentNode.parent);
  }
}

function syncTocUsingNode(currentNode) {
  if ((currentNode) && (!currentNode.isRoot())) {
	syncTocUsingNode(currentNode.parent);
	currentNode.expand();
  }
}
YAHOO.util.Event.onDOMReady(treeInit);
})();
