var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About UBM',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Where we go',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Who can go',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Team information',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'How to apply',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'How to support UBM',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page14.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'page15.html'
},
{   sTitle:'Follow up',
    bIsWebPath:true,
    sUrl:'page41.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page16.html'
}]
});
