var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Brief History ',
        bIsWebPath:true,
        sUrl:'page7.html',"childArray" : [
        {   sTitle:'Photo Tour of the Library',
            bIsWebPath:true,
            sUrl:'page9.html'
        }]
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'SearchEngines',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Engines'
    },
    {   sTitle:'SchoharieCountyInfo',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#CountyInfo'
    },
    {   sTitle:'Businessses',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Businesses'
    },
    {   sTitle:'LocalHistory',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#LocalHistory'
    },
    {   sTitle:'Schools',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Schools'
    },
    {   sTitle:'Organizations',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Organizations'
    },
    {   sTitle:'Literacy',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Literacy'
    },
    {   sTitle:'Misc',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page5.html#Miscellaneous'
    }]
},
{   sTitle:'Activities & Events',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Trustees',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Genealogy ',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Computer Policy',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'After Flood',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
