var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'How to Apply',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Policy Guidelines',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
