var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Company',
    bIsWebPath:true,
    sUrl:'company.html'
},
{   sTitle:'Our Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Our Industry',
    bIsWebPath:true,
    sUrl:'industry.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});