var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What is Globalisation',
    bIsWebPath:true,
    sUrl:'what-is-globalisation.html'
},
{   sTitle:'Advantages',
    bIsWebPath:true,
    sUrl:'advantages-of-globalisation.html'
},
{   sTitle:'Disadvantages',
    bIsWebPath:true,
    sUrl:'disadvantages-of-globalisation.html'
}]
});
