var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'agendas.html',"childArray" : [
    {   'sTitle':'Meeting Dates',
        'bIsWebPath':true,
        'sUrl':'meeting_dates.html'
    },
    {   'sTitle':'Agendas',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'agendas.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Minutes',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'agendas.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Ordinances',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'agendas.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Connection Fees',
        'bIsWebPath':true,
        'sUrl':'connection_fees.html'
    },
    {   'sTitle':'Employment Application',
        'bIsWebPath':true,
        'sUrl':'employment.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
