// Section names
AddSection('manageplug', 'Managing My Pogoplug');

    AddSubsection('webap', 'Managing Content via the Web application');
        AddContent('webap_up',           'Uploading');
        AddContent('webap_dl',           'Downloading');
        AddContent('webap_copy',         'Copying Files');
        AddContent('webap_share',        'Sharing');
        AddContent('webap_search',       'Global Search');
        AddContent('webap_slideshows',   'Slideshows');
        AddContent('webap_newfold',      'Create a new folder');
        AddContent('webap_social',       'Publishing to Social Networking Sites');
        AddContent('webap_rss',          'Publishing RSS feeds');
        AddContent('webap_puburl',       'Creating a Public URL');
        AddContent('webap_informed',     'Staying Informed');
        AddContent('webap_renfil',       'Renaming Files and Folders');
        AddContent('webap_rendrv',       'Renaming Drives');
        AddContent('webap_eject',        'Ejecting Drives');
        AddContent('webap_active',       'Active Copy');
        AddContent('webap_settings',     'General Settings');
        AddContent('webap_media',        'Media Settings');
        AddContent('webap_secure',       'Security Settings');

    AddSubsection('client', 'Pogoplug Drive Application');
        AddContent('client_soft');

    AddSubsection('driveapp', 'Using the Drive Application');
        AddContent('driveapp_mac', 'Mac OS X');
        AddContent('driveapp_win', 'MS Windows');

AddSection('managedrives', 'Managing My Hard Drives');

    AddSubsection('drivemaint', 'Drive Maintenance');
        AddContent('drivemaint_general', 'General');
        AddContent('drivemaint_mac',     'Mac OS X');
        AddContent('drivemaint_win',     'MS Windows');

    AddSubsection('driveatt', 'Drive Attachment');
        AddContent('driveatt_multiple', 'Attaching multiple drives');
        AddContent('driveatt_eject',    'Ejecting Hard Drives');
        AddContent('driveatt_index',    'Indexing');

AddSection('managedata', 'Managing My Data');

    AddSubsection('content', 'Content Management');
        AddContent('content_general', 'General');
        AddContent('content_backup',  'Backing up');

AddSection('managesecurity', 'Security');

    AddSubsection('managesecurity_general', 'General');
        AddContent('security_general');
    AddSubsection('managesecurity_access',  'Access Control');
        AddContent('security_access');
    AddSubsection('managesecurity_encrypt', 'Encryption');
        AddContent('security_encrypt');

AddSection('managenet', 'Networking');

    AddSubsection('managenet_general',  'General');
        AddContent('net_general');
    AddSubsection('managenet_dhcp',     'DHCP');
        AddContent('net_dhcp');
    AddSubsection('managenet_proxy',    'Proxy');
        AddContent('net_proxy');
    AddSubsection('managenet_udp',      'UDP');
        AddContent('net_udp');

AddSection('managesupport', 'Support');

    AddSubsection('managesupport_contact',  'Contact');
        AddContent('support_contact');
    AddSubsection('managesupport_forum',    'Forum');
        AddContent('support_forum');

