var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Careers',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'Divisions',
    'bIsWebPath':true,
    'sUrl':'divisions.html',"childArray" : [
    {   'sTitle':'Administration',
        'bIsWebPath':true,
        'sUrl':'admin.html'
    },
    {   'sTitle':'Uniform Patrol',
        'bIsWebPath':true,
        'sUrl':'uniformpatrol.html'
    },
    {   'sTitle':'Investigations',
        'bIsWebPath':true,
        'sUrl':'investigations.html'
    },
    {   'bSeparatorBefore':true,
        'sTitle':'Reserve Unit',
        'bIsWebPath':true,
        'sUrl':'reserves.html'
    },
    {   'sTitle':'Intercept Team',
        'bIsWebPath':true,
        'sUrl':'intercept.html'
    }]
},
{   'sTitle':'Citizens Portal',
    'bIsWebPath':true,
    'sUrl':'citizensportal.html',"childArray" : [
    {   'sTitle':'Report Crime',
        'bIsWebPath':true,
        'sUrl':'reportcrime.html'
    },
    {   'sTitle':'Most Wanted',
        'bIsWebPath':true,
        'sUrl':'mostwanted.html'
    }]
}]
});
