var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Company Profile',
    bIsWebPath:true,
    sUrl:'company.html'
},
{   sTitle:'Services',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'pre-employment-screening.html',"childArray" : [
    {   sTitle:'Pre-Employment Screening',
        bIsWebPath:true,
        sUrl:'pre-employment-screening.html'
    },
    {   sTitle:'Litigation support',
        bIsWebPath:true,
        sUrl:'litigation_support.html'
    },
    {   sTitle:'Hotel Hospitality',
        bIsWebPath:true,
        sUrl:'hotel_hospitality.html'
    }]
},
{   sTitle:'Online Blog',
    bIsExternal:true,
    sUrl:'http://internationalinvestigators.blogspot.com/',
    sTarget:'_blank'
},
{   sTitle:' Privacy Policy',
    bIsWebPath:true,
    sUrl:' privacy_policy.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});