var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Solutions',
    bIsWebPath:true,
    sUrl:'soluions.html'
},
{   sTitle:'Method',
    bIsWebPath:true,
    sUrl:'method.html'
},
{   sTitle:'Engagement Model',
    bIsWebPath:true,
    sUrl:'engagement_madel.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});