var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'abouttayloredbusiness.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'tayloredbusinessservices.html',"childArray" : [
    {   sTitle:'Start Up Advice',
        bIsWebPath:true,
        sUrl:'companystartupadvice.html'
    },
    {   sTitle:'Company Formations',
        bIsWebPath:true,
        sUrl:'companyformations.html'
    },
    {   sTitle:'Social Enterprises',
        bIsWebPath:true,
        sUrl:'socialenterprises.html'
    },
    {   sTitle:'Directors Annual Compliance',
        bIsWebPath:true,
        sUrl:'directorsannualcompliance.html'
    },
    {   sTitle:'Nominee Services',
        bIsWebPath:true,
        sUrl:'nomineeservices.html'
    },
    {   sTitle:'Registered Office Facilities',
        bIsWebPath:true,
        sUrl:'registeredofficefacilities.html'
    },
    {   sTitle:'Chartered Secretarial Services',
        bIsWebPath:true,
        sUrl:'charteredsecretarialservices.html'
    },
    {   sTitle:'Book Keeping and Accountancy',
        bIsWebPath:true,
        sUrl:'bookkeepingservices.html'
    },
    {   sTitle:'Property Management Specialist',
        bIsWebPath:true,
        sUrl:'propertymanagement.html'
    },
    {   sTitle:'Company Searches',
        bIsWebPath:true,
        sUrl:'companysearches.html'
    },
    {   sTitle:'Business Insurance',
        bIsWebPath:true,
        sUrl:'businessinsurance.html'
    },
    {   sTitle:'Secretarial Services',
        bIsWebPath:true,
        sUrl:'secretarialservices.html'
    },
    {   sTitle:'Other Services',
        bIsWebPath:true,
        sUrl:'otherservices.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'tayloredbusinessnews.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'tayloredbusinesstestimonials.html'
},
{   sTitle:'Sites We Like',
    bIsWebPath:true,
    sUrl:'siteswelike.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacttayloredbusiness.html'
}]
});
