var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Committee',
    'bIsWebPath':true,
    'sUrl':'committee.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'members.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Join Us',
    'bIsWebPath':true,
    'sUrl':'join.html'
},
{   'sTitle':'Events ',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Crime Reduction',
    'bIsWebPath':true,
    'sUrl':'crime.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
