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