var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'parents',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'childcarers',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'corporate',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'payments ',
    bIsWebPath:true,
    sUrl:'page25.html'
},
{   sTitle:'contact ',
    bIsWebPath:true,
    sUrl:'page13.html'
}]
});
