var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm',"childArray" : [
    {   sTitle:'Fish & Chips',
        bIsWebPath:true,
        sUrl:'fish-chips-history.html'
    },
    {   sTitle:'Fish & Chips a History',
        bIsWebPath:true,
        sUrl:'fishchip.html'
    },
    {   sTitle:'Federation and tit-bits',
        bIsWebPath:true,
        sUrl:'tit-bits.html'
    },
    {   sTitle:'Isaac Collins Obituary',
        bIsWebPath:true,
        sUrl:'obituary.html'
    }]
},
{   sTitle:'Great Whale River',
    bIsWebPath:true,
    sUrl:'gwrphotos.html',"childArray" : [
    {   sTitle:'Slide Show Colour',
        bIsWebPath:true,
        sUrl:'slide-show.html'
    },
    {   sTitle:'Slide Show B&W',
        bIsWebPath:true,
        sUrl:'slide-show-bw.html'
    },
    {   sTitle:'Sandra Brown slide show',
        bIsWebPath:true,
        sUrl:'gwr-sandra-brown.html'
    },
    {   sTitle:'Sandra Brown slide show 2',
        bIsWebPath:true,
        sUrl:'gwr-sandra-brown2.html'
    }]
},
{   sTitle:'Rt Rev. S. Poyntz',
    bIsWebPath:true,
    sUrl:'BishopPoyntz.html'
},
{   sTitle:'N. I. Leukaemia Fund',
    bIsWebPath:true,
    sUrl:'leukaemia_fund.html'
}]
});