var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'How Do I Find A Career',
    bIsWebPath:true,
    sUrl:'how do i find a career.html'
},
{   sTitle:'What is the job for me',
    bIsWebPath:true,
    sUrl:'what is the job for me.html'
},
{   sTitle:'How To Get a Job',
    bIsWebPath:true,
    sUrl:'how to get a job.html'
},
{   sTitle:'Careers Support',
    bIsWebPath:true,
    sUrl:'Careers Support.html'
},
{   sTitle:'Redundancy Support',
    bIsWebPath:true,
    sUrl:'Redundancy Support.html'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
