var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Facebook',
    bIsWebPath:true,
    sUrl:'facebook.html'
},
{   sTitle:'Who we Are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Retreats',
    bIsWebPath:true,
    sUrl:'retreats.html',"childArray" : [
    {   sTitle:'Braziers',
        bIsWebPath:true,
        sUrl:'braziers.html'
    },
    {   sTitle:'Holy Isle',
        bIsWebPath:true,
        sUrl:'holyisle.html'
    },
    {   sTitle:'Rostherne',
        bIsWebPath:true,
        sUrl:'rostherne.html'
    },
    {   sTitle:'Retreat Programmes',
        bIsWebPath:true,
        sUrl:'programmes.html'
    },
    {   sTitle:'Booking Terms',
        bIsWebPath:true,
        sUrl:'terms.html'
    }]
},
{   sTitle:'Urban Retreat - London',
    bIsWebPath:true,
    sUrl:'london.html',"childArray" : [
    {   sTitle:'London-Booking',
        bIsWebPath:true,
        sUrl:'london-booking.html'
    }]
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'Reading',
    bIsWebPath:true,
    sUrl:'reading.html'
},
{   sTitle:'Links & Partners',
    bIsWebPath:true,
    sUrl:'liks.html'
},
{   sTitle:'Brochure/Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
