var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Employers',
    'bIsWebPath':true,
    'sUrl':'employers.html'
},
{   'sTitle':'Employees',
    'bIsWebPath':true,
    'sUrl':'employees.html'
},
{   'sTitle':'Apply Online',
    'bIsWebPath':true,
    'sUrl':'applyonline.html'
},
{   'sTitle':'Opportunities',
    'bIsWebPath':true,
    'sUrl':'opportunities.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
