var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Products',
    'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sDescription':'Services',
    'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sDescription':'Our Team',
    'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'ourteam.html'
},
{   'sDescription':'Contact Us',
    'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sDescription':'Our Partners',
    'sTitle':'Partners',
    'bIsWebPath':true,
    'sUrl':'partners.html'
}]
});
