var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home          ',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Can we help ?',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sDescription:'nfnf',
    sTitle:'Personnel',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Richard Coleman',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    },
    {   sTitle:'John Cook',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Barry Moorhouse',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Simon Coleman',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});
