var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Agm',
    'bIsWebPath':true,
    'sUrl':'agm.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
}]
});
