var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'History.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History Pix',
        bIsWebPath:true,
        sUrl:'History_pix.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html',
    sTarget:'_self'
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html',
    sTarget:'_self'
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'parties.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Lost_Property',
        bIsWebPath:true,
        sUrl:'Lost_prop.html',
        sTarget:'_self'
    }]
}]
});
