var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Neill Family',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html',"childArray" : [
        {   sTitle:'Tom 80 Birthday',
            bIsWebPath:true,
            sUrl:'tom 80th birthday.html'
        },
        {   sTitle:'Gordon and Margaret Golden Wedding Party',
            bIsWebPath:true,
            sUrl:'madgin 50.html'
        },
        {   sTitle:'Old Photos',
            bIsWebPath:true,
            sUrl:'old photos.html'
        }]
    },
    {   sTitle:'Neill',
        bIsWebPath:true,
        sUrl:'neill.html'
    }]
},
{   sTitle:'Petersham Hall Community Associatio',
    bIsWebPath:true,
    sUrl:'phca.html'
},
{   sTitle:'ELD.htm',
    bIsWebPath:true,
    sUrl:'eld home.html',"childArray" : [
    {   sTitle:'Sawley',
        bIsWebPath:true,
        sUrl:'sawley.html'
    },
    {   sTitle:'Draycott',
        bIsWebPath:true,
        sUrl:'draycott.html'
    },
    {   sTitle:'Derby Road West',
        bIsWebPath:true,
        sUrl:'drw.html'
    },
    {   sTitle:'Derby Road East',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Long Eaton Central',
        bIsWebPath:true,
        sUrl:'lecentral.html'
    },
    {   sTitle:'Nottingham Road',
        bIsWebPath:true,
        sUrl:'nottingham road.html'
    }]
},
{   sTitle:'More of Martin',
    bIsWebPath:true,
    sUrl:'eld2.html'
}]
});
