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:'Broadband',
        bIsWebPath:true,
        sUrl:'broadband.html',"childArray" : [{   sTitle:'Home Broadband (LLU)',
            bIsWebPath:true,
            sUrl:'home_broadband.html'},{   sTitle:'Home Broadband (BT)',
            bIsWebPath:true,
            sUrl:'home_broadband2.html'},{   sTitle:'Business Broadband',
            bIsWebPath:true,
            sUrl:'business_broadband.html'},{   sTitle:'ADSL 2+',
            bIsWebPath:true,
            sUrl:'fast_broadband.html'}]},{   sTitle:'Email Hosting',
        bIsWebPath:true,
        sUrl:'email_hosting.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',
        bIsWebPath:true,
        sUrl:'forum.html'}]},{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_web_host.html'}]
});