var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Advantages',
        bIsWebPath:true,
        sUrl:'advantages.html'
    }]
},
{   sTitle:'Tools',
    bIsWebPath:true,
    sUrl:'tools.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Engagement',
    bIsWebPath:true,
    sUrl:'engagement.html'
},
{   sTitle:'Income generation',
    bIsWebPath:true,
    sUrl:'income.html',"childArray" : [
    {   sTitle:'Giving',
        bIsWebPath:true,
        sUrl:'giving.html'
    },
    {   sTitle:'Lottery',
        bIsWebPath:true,
        sUrl:'lottery.html'
    },
    {   sTitle:'Search engines',
        bIsWebPath:true,
        sUrl:'searchengine.html'
    },
    {   sTitle:'Adverts',
        bIsWebPath:true,
        sUrl:'advert.html'
    },
    {   sTitle:'Affiliate sites',
        bIsWebPath:true,
        sUrl:'affiliate.html'
    },
    {   sTitle:'ebay',
        bIsWebPath:true,
        sUrl:'ebay.html'
    }]
},
{   sTitle:'Planning',
    bIsWebPath:true,
    sUrl:'planning.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
