var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Technology',
    bIsWebPath:true,
    sUrl:'technology.html'
},
{   sTitle:'Products & Services',
    bIsWebPath:true,
    sUrl:'products_services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'customers.html'
}]
});
