var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'My Life & Memories',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Team',
    bIsWebPath:true,
    sUrl:'theteam.html'
},
{   sTitle:'Our service',
    bIsWebPath:true,
    sUrl:'ourservice.html'
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'questions.html'
},
{   sTitle:'Examples',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'Bindings',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Our charges',
    bIsWebPath:true,
    sUrl:'charges.html',"childArray" : [
    {   sTitle:'Option 1',
        bIsWebPath:true,
        sUrl:'option1.html'
    },
    {   sTitle:'Option 2',
        bIsWebPath:true,
        sUrl:'option2.html'
    },
    {   sTitle:'Option 3',
        bIsWebPath:true,
        sUrl:'option3.html'
    }]
},
{   sTitle:'Contact details',
    bIsWebPath:true,
    sUrl:'contactdetails.html'
}]
});
