var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':' home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'about',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'writing',
    'bIsWebPath':true,
    'sUrl':'writing.html',"childArray" : [
    {   'sTitle':'rising from the dust',
        'bIsWebPath':true,
        'sUrl':'rising.html',"childArray" : [
        {   'sTitle':' book sample',
            'bIsWebPath':true,
            'sUrl':'booksample.html'
        },
        {   'sTitle':' resources',
            'bIsWebPath':true,
            'sUrl':'resources.html'
        },
        {   'sTitle':'images',
            'bIsWebPath':true,
            'sUrl':'images.html'
        },
        {   'sTitle':'links',
            'bIsWebPath':true,
            'sUrl':'links.html'
        }]
    },
    {   'sTitle':'other writing',
        'bIsWebPath':true,
        'sUrl':'otherwriting.html'
    }]
},
{   'sTitle':'theatre',
    'bIsWebPath':true,
    'sUrl':'theatre.html'
},
{   'sTitle':'news & info',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':' rising from the dust update',
        'bIsWebPath':true,
        'sUrl':'risingupdate.html'
    },
    {   'sDescription':'metal bulletin, orissa, niyamgiri, dongria kondh, vendanta, action aid, survival international, amnesty, resurgence',
        'sTitle':' khondas tribes',
        'bIsWebPath':true,
        'sUrl':'khondas.html'
    },
    {   'sDescription':'tehri dam, bhagirathi river, uttarakhand, old tehri',
        'sTitle':'tehri dam',
        'bIsWebPath':true,
        'sUrl':'tehri.html'
    }]
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
