// BUILD THE TREE
//      place the tree node code that is generated in the admin.htm page below.
//      topics will appear in the order they are entered below.
//      the entry format is:
//
//		mytree.add(id, pid, 'name', 'url', 'title', 'target', 'icon', 'iconopen', open);
/////////////////
d.add('scHelp Support System',0,-1);
    d.add('Introduction', 'topIntroduction','0', 'javascript:showTopic(\'topIntroduction\')', 'Introduction', '');
    d.add('scHelp File Structure','topStructure','0','javascript:showTopic(\'topStructure\')', 'scHelp File Structure', '');
    
    d.add('Tutorial: Getting Started','fld_TutorialGettingStarted','0','javascript:showTopic(\'fld_TutorialGettingStarted\')', 'Tutorial: Getting Started', '');
        d.add('Step 1 : Set Up the Project\'s Properties','top_TutorialGettingStarted_SetupProject','fld_TutorialGettingStarted','javascript:showTopic(\'top_TutorialGettingStarted_SetupProject\')', 'Step 1 : Set Up the Project\'s Properties', '');
        d.add('Step 2 : Using the Admin UI','top_TutorialGettingStarted_AdminUI','fld_TutorialGettingStarted','javascript:showTopic(\'top_TutorialGettingStarted_AdminUI\')', 'Step 2 : Using the Admin UI', '');
        d.add('Step 3 : Working With Generated Code','top_TutorialGettingStarted_GenCode','fld_TutorialGettingStarted','javascript:showTopic(\'top_TutorialGettingStarted_GenCode\')', 'Working With Generated Code', '');

    d.add('Advanced Techniques','fldAdvancedTechniques','0','javascript:showTopic(\'fldAdvancedTechniques\')', 'Advanced Techniques', '');
        d.add('Linking to Other Topics','topAdvancedTechniques_TopicLinks','fldAdvancedTechniques','javascript:showTopic(\'topAdvancedTechniques_TopicLinks\')', 'Linking to Other Topics', '');
        d.add('External Links','topAdvancedTechniques_ExternalLinks','fldAdvancedTechniques','javascript:showTopic(\'topAdvancedTechniques_ExternalLinks\')', 'External Links', '');
