var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Process',
    bIsWebPath:true,
    sUrl:'process.html'
},
{   sTitle:'Your Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Transparency',
    bIsWebPath:true,
    sUrl:'transparency.html',"childArray" : [
    {   sTitle:'insure4biz.com documents',
        bIsWebPath:true,
        sUrl:'insure4docs.html'
    },
    {   sTitle:'Schemes & Essentials',
        bIsWebPath:true,
        sUrl:'sae.html'
    },
    {   sTitle:'Insurer Documents',
        bIsWebPath:true,
        sUrl:'insurerdocuments.html'
    },
    {   sTitle:'Jargon Buster',
        bIsWebPath:true,
        sUrl:'jargon.html'
    }]
},
{   sTitle:'Trust',
    bIsWebPath:true,
    sUrl:'trust.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'BizLinks',
        bIsWebPath:true,
        sUrl:'bizlinks.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Maggie\'s',
        bIsWebPath:true,
        sUrl:'maggies.html'
    }]
},
{   sTitle:'Payment',
    bIsWebPath:true,
    sUrl:'payment.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});