var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Login',
    'bIsWebPath':true,
    'sUrl':'web_hosting_login.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'web_hosting_products.html',"childArray" : [
    {   'sTitle':'Web Hosting',
        'bIsWebPath':true,
        'sUrl':'web_space.html',"childArray" : [
        {   'sTitle':'Home Starter',
            'bIsWebPath':true,
            'sUrl':'home_starter.html'
        },
        {   'sTitle':'Home Pro',
            'bIsWebPath':true,
            'sUrl':'home_pro_hosting.html'
        },
        {   'sTitle':'Office Starter',
            'bIsWebPath':true,
            'sUrl':'office_starter_hosting.html'
        },
        {   'sTitle':'Office Pro',
            'bIsWebPath':true,
            'sUrl':'office_pro_hosting.html'
        }]
    },
    {   'sTitle':'File Storage',
        'bIsWebPath':true,
        'sUrl':'online_file_store.html',"childArray" : [
        {   'sTitle':'Home Storage',
            'bIsWebPath':true,
            'sUrl':'home_file_store.html'
        },
        {   'sTitle':'Business Storage',
            'bIsWebPath':true,
            'sUrl':'business_file_store.html'
        }]
    },
    {   'sTitle':'Domains',
        'bIsWebPath':true,
        'sUrl':'domain_name_registration.html'
    },
    {   'sTitle':'Web Design',
        'bIsWebPath':true,
        'sUrl':'web_design.html'
    },
    {   'sTitle':'Antivirus Security',
        'bIsWebPath':true,
        'sUrl':'antivirus.html'
    },
    {   'sTitle':'Email Hosting',
        'bIsWebPath':true,
        'sUrl':'email_hosting.html',"childArray" : [
        {   'sTitle':'POP3 & IMAP hosting',
            'bIsWebPath':true,
            'sUrl':'standard_email_hosting.html'
        },
        {   'sTitle':'Exchange Email Hosting',
            'bIsWebPath':true,
            'sUrl':'exchange_hosting.html'
        }]
    },
    {   'sTitle':'Virtual Servers',
        'bIsWebPath':true,
        'sUrl':'virtual_servers.html'
    },
    {   'sTitle':'Dedicated Servers',
        'bIsWebPath':true,
        'sUrl':'dedicated_servers.html'
    },
    {   'sTitle':'Software',
        'bIsWebPath':true,
        'sUrl':'software.html'
    }]
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'web_design_clients.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'online_web_hosting_support.html',"childArray" : [
    {   'sTitle':'FAQs',
        'bIsWebPath':true,
        'sUrl':'web_faqs.html'
    },
    {   'sTitle':'Server Status',
        'bIsWebPath':true,
        'sUrl':'web_server_status.html'
    },
    {   'sTitle':'Help Guides',
        'bIsWebPath':true,
        'sUrl':'web_help.html'
    },
    {   'sTitle':'Forum',
        'bIsExternal':true,
        'sUrl':'http://byte-internet.co.uk/forum/',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact_web_host.html'
}]
});
