var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Enter',
    'bIsWebPath':true,
    'sUrl':'index0.html'
},
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Investigators',
    'bIsWebPath':true,
    'sUrl':'investigators.html',"childArray" : [
    {   'sTitle':'Austin',
        'bIsWebPath':true,
        'sUrl':'austin.html'
    },
    {   'sTitle':'Beaumont',
        'bIsWebPath':true,
        'sUrl':'beaumont.html'
    },
    {   'sTitle':'Belton',
        'bIsWebPath':true,
        'sUrl':'belton.html'
    },
    {   'sTitle':'Brownsville',
        'bIsWebPath':true,
        'sUrl':'brownsville.html'
    },
    {   'sTitle':'Corpus Christi',
        'bIsWebPath':true,
        'sUrl':'corpuschristi.html'
    },
    {   'sTitle':'Dallas ',
        'bIsWebPath':true,
        'sUrl':'dallas.html'
    },
    {   'sTitle':'Denton',
        'bIsWebPath':true,
        'sUrl':'denton.html'
    },
    {   'sTitle':'El Paso',
        'bIsWebPath':true,
        'sUrl':'elpaso.html'
    },
    {   'sTitle':'Ft. Worth',
        'bIsWebPath':true,
        'sUrl':'fortworth.html'
    },
    {   'sTitle':'Houston',
        'bIsWebPath':true,
        'sUrl':'houston.html'
    },
    {   'sTitle':'Killeen',
        'bIsWebPath':true,
        'sUrl':'killeen.html'
    },
    {   'sTitle':'Longview',
        'bIsWebPath':true,
        'sUrl':'longview.html'
    },
    {   'sTitle':'Lubbock',
        'bIsWebPath':true,
        'sUrl':'lubbock.html'
    },
    {   'sTitle':'Lufkin',
        'bIsWebPath':true,
        'sUrl':'lufkin.html'
    },
    {   'sTitle':'San Antonio',
        'bIsWebPath':true,
        'sUrl':'sanantonio.html'
    },
    {   'sTitle':'Tatum',
        'bIsWebPath':true,
        'sUrl':'tatum.html'
    },
    {   'sTitle':'Waco',
        'bIsWebPath':true,
        'sUrl':'waco.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'FAQ.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Investigator Login',
    'bIsWebPath':true,
    'sUrl':'login.html',"childArray" : [
    {   'sTitle':'Investigator Main',
        'bIsWebPath':true,
        'sUrl':'investigatormain.html',"childArray" : [
        {   'sTitle':'Updates',
            'bIsWebPath':true,
            'sUrl':'updates.html'
        },
        {   'sTitle':'Rates',
            'bIsWebPath':true,
            'sUrl':'rates.html'
        },
        {   'sTitle':'Forms',
            'bIsWebPath':true,
            'sUrl':'forms.html',"childArray" : [
            {   'sTitle':'Weekly Review',
                'bIsWebPath':true,
                'sUrl':'weeklyreview.html'
            },
            {   'sTitle':'Employment',
                'bIsWebPath':true,
                'sUrl':'employment.html'
            },
            {   'sTitle':'Documentation',
                'bIsWebPath':true,
                'sUrl':'documentation.html'
            },
            {   'sTitle':'Contracts',
                'bIsWebPath':true,
                'sUrl':'contracts.html'
            }]
        },
        {   'sTitle':'Handbook',
            'bIsWebPath':true,
            'sUrl':'handbook.html'
        },
        {   'sTitle':'Business Cards',
            'bIsWebPath':true,
            'sUrl':'businesscards.html'
        }]
    }]
}]
});
