function addNodes() {
var nx = new YAHOO.widget.TextNode({ label: "Table of Contents", href: "index.html" }, root, false);
var n0 = new YAHOO.widget.TextNode({ label: "1. Introduction", href: "ch01.html" }, root, false);
var n1 = new YAHOO.widget.TextNode({ label: "What is r3?", href: "ch01.html#what_is_r3" }, n0, false);
var n2 = new YAHOO.widget.TextNode({ label: "How does r3 work?", href: "how_does_r3_work.html" }, n0, false);
var n3 = new YAHOO.widget.TextNode({ label: "r3 Components", href: "Components.html" }, n0, false);
var n4 = new YAHOO.widget.TextNode({ label: "Templates", href: "Templates.html" }, n0, false);
var n5 = new YAHOO.widget.TextNode({ label: "Translation", href: "Translation.html" }, n0, false);
var n6 = new YAHOO.widget.TextNode({ label: "Inheritance and Search Paths", href: "Inheritance.html" }, n0, false);
var n7 = new YAHOO.widget.TextNode({ label: "2. Installation and Configuration", href: "ch02.html" }, root, false);
var n8 = new YAHOO.widget.TextNode({ label: "Deciding on a Database", href: "ch02.html#Database" }, n7, false);
var n9 = new YAHOO.widget.TextNode({ label: "Installing and Configuring r3", href: "CLIInstall.html" }, n7, false);
var n10 = new YAHOO.widget.TextNode({ label: "Configuring the r3 GUI", href: "GUIInstall.html" }, n7, false);
var n11 = new YAHOO.widget.TextNode({ label: "3. Getting Started", href: "ch03.html" }, root, false);
var n12 = new YAHOO.widget.TextNode({ label: "4. Using the r3 Command Line Interface", href: "ch04.html" }, root, false);
var n13 = new YAHOO.widget.TextNode({ label: "Creating Dimension Elements", href: "ch04.html#CreatingDimensions" }, n12, false);
var n14 = new YAHOO.widget.TextNode({ label: "Products and Intls", href: "ch04.html#CreateProductsIntls" }, n13, false);
var n15 = new YAHOO.widget.TextNode({ label: "Targets", href: "ch04.html#CreateTargets" }, n13, false);
var n16 = new YAHOO.widget.TextNode({ label: "Generating Files", href: "GenerateFiles.html" }, n12, false);
var n17 = new YAHOO.widget.TextNode({ label: "Working With Templates", href: "UsingTemplates.html" }, n12, false);
var n18 = new YAHOO.widget.TextNode({ label: "Creating and Editing Templates", href: "UsingTemplates.html#EditTemplates" }, n17, false);
var n19 = new YAHOO.widget.TextNode({ label: "Specializing Templates", href: "SpecializeTemplates.html" }, n17, false);
var n20 = new YAHOO.widget.TextNode({ label: "Specializing Completely", href: "SpecializeTemplates.html#SpecializeCompletely" }, n19, false);
var n21 = new YAHOO.widget.TextNode({ label: "Specializing for Product, with Generic Intl", href: "SpecializeTemplates.html#SpecializeForProduct" }, n19, false);
var n22 = new YAHOO.widget.TextNode({ label: "Specializing for Intl, Retaining Generic Product", href: "SpecializeTemplates.html#SpecializeForIntl" }, n19, false);
var n23 = new YAHOO.widget.TextNode({ label: "Promoting Templates", href: "promotingTemplates.html" }, n17, false);
var n24 = new YAHOO.widget.TextNode({ label: "Working With Translations", href: "UseTranslations.html" }, n12, false);
var n25 = new YAHOO.widget.TextNode({ label: "Exporting and Importing Translations", href: "UseTranslations.html#ExportImportTransl" }, n24, false);
var n26 = new YAHOO.widget.TextNode({ label: "5. Using the r3 GUI", href: "ch05.html" }, root, false);
var n27 = new YAHOO.widget.TextNode({ label: "Dimensions Tab", href: "ch05.html#DimensionsTab" }, n26, false);
var n28 = new YAHOO.widget.TextNode({ label: "Targets Tab", href: "TargetsTab.html" }, n26, false);
var n29 = new YAHOO.widget.TextNode({ label: "Translations Tab", href: "TranslationsTab.html" }, n26, false);
var n30 = new YAHOO.widget.TextNode({ label: "Generate Tab", href: "GenerateTab.html" }, n26, false);
}
