var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'About EPS',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'EPS Partners',
    'bIsWebPath':true,
    'sUrl':'partners.html'
},
{   'sTitle':'Join Our Team',
    'bIsWebPath':true,
    'sUrl':'join.html'
},
{   'sTitle':'Online Application',
    'bIsWebPath':true,
    'sUrl':'application.html'
}]
});
