var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Origins',
    bIsWebPath:true,
    sUrl:'origins.html'
},
{   sTitle:'Markets',
    bIsWebPath:true,
    sUrl:'markets.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html'
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'education.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
}]
});
