var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'5uponline_about.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'5uponline_links.html'
    }]
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'5uponline_info.html',"childArray" : [
    {   sTitle:'Hosting Explained',
        bIsWebPath:true,
        sUrl:'5uphosting_explained.html'
    },
    {   sTitle:'Free Hosting explained',
        bIsWebPath:true,
        sUrl:'5uphosting_free_hosting_explained.html'
    },
    {   sTitle:'About Domains',
        bIsWebPath:true,
        sUrl:'5uphosting_about_domains.html'
    },
    {   sTitle:'E-commerce eplained',
        bIsWebPath:true,
        sUrl:'5uphosting_ecommerce_explained.html'
    },
    {   sTitle:'Hosting Differences',
        bIsWebPath:true,
        sUrl:'5uphosting_hosting_differences.html'
    },
    {   sTitle:'Unlimited Bologna',
        bIsWebPath:true,
        sUrl:'5uphosting_unlimted_bologna.html'
    },
    {   sTitle:'Design Software',
        bIsWebPath:true,
        sUrl:'5uphosting_design_software.html'
    }]
},
{   sTitle:'Hosting',
    bIsWebPath:true,
    sUrl:'5uphosting_hosting.html',"childArray" : [
    {   sTitle:'Domain Names',
        bIsWebPath:true,
        sUrl:'5uphosting_domain_names.html'
    },
    {   sTitle:'Site setup',
        bIsWebPath:true,
        sUrl:'5uphosting_site_setup.html'
    },
    {   sTitle:'Hosting Plans',
        bIsWebPath:true,
        sUrl:'5uphosting_hosting_plans.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'5uponline_contact.html'
}]
});
