var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'The Bureau',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html',"childArray" : [
        {   sTitle:'Partners',
            bIsWebPath:true,
            sUrl:'partners.html'
        },
        {   sTitle:'Vendors',
            bIsWebPath:true,
            sUrl:'vendors.html'
        }]
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Where we are',
        bIsWebPath:true,
        sUrl:'findoffc.html'
    },
    {   sTitle:'Safety',
        bIsWebPath:true,
        sUrl:'safety.html'
    },
    {   sTitle:'In Progress',
        bIsWebPath:true,
        sUrl:'changes.html'
    },
    {   sTitle:'Gov. Agencies',
        bIsWebPath:true,
        sUrl:'agencies.html'
    },
    {   sTitle:'Jobs',
        bIsWebPath:true,
        sUrl:'jobapp.html'
    }]
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Log Scaling',
        bIsWebPath:true,
        sUrl:'scaling.html'
    },
    {   sTitle:'Hand Helds',
        bIsWebPath:true,
        sUrl:'handheld.html'
    },
    {   sTitle:'Check Scales',
        bIsWebPath:true,
        sUrl:'chkscale.html'
    },
    {   sTitle:'Data Processing',
        bIsWebPath:true,
        sUrl:'dataproc.html'
    },
    {   sTitle:'Certification',
        bIsWebPath:true,
        sUrl:'certification.html'
    },
    {   sTitle:'Remote Access',
        bIsWebPath:true,
        sUrl:'remoteacc.html'
    },
    {   sTitle:'Rates',
        bIsWebPath:true,
        sUrl:'rates.html'
    }]
}]
});