var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Recruiting',
    bIsWebPath:true,
    sUrl:'recruiting.html',"childArray" : [
    {   sTitle:'Interview Preparation',
        bIsWebPath:true,
        sUrl:'interviewprep.html'
    },
    {   sTitle:'Candidates',
        bIsWebPath:true,
        sUrl:'candidates.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Recommendations',
        bIsWebPath:true,
        sUrl:'recommend.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
