var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Oliver',
    bIsWebPath:true,
    sUrl:'oliver.html'
},
{   sTitle:'Emily',
    bIsWebPath:true,
    sUrl:'emily.html'
},
{   sTitle:'Cameron',
    bIsWebPath:true,
    sUrl:'cameron.html'
},
{   sTitle:'Samantha',
    bIsWebPath:true,
    sUrl:'samantha.html',"childArray" : [
    {   sTitle:'Ashley',
        bIsWebPath:true,
        sUrl:'ashley.html'
    }]
},
{   sTitle:'Matthew',
    bIsWebPath:true,
    sUrl:'matthew.html',"childArray" : [
    {   sTitle:'Nicola',
        bIsWebPath:true,
        sUrl:'nicola.html'
    }]
},
{   sTitle:'Lesley',
    bIsWebPath:true,
    sUrl:'lesley.html'
},
{   sTitle:'Joe',
    bIsWebPath:true,
    sUrl:'joe.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'linkspage.html'
}]
});
