var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Family Info',
    bIsWebPath:true,
    sUrl:'familyinfo.html'
},
{   sTitle:'Records',
    bIsWebPath:true,
    sUrl:'records.html'
},
{   sTitle:'Military',
    bIsWebPath:true,
    sUrl:'military.html'
},
{   sTitle:'Grandad\'s Story',
    bIsWebPath:true,
    sUrl:'grandadsstory.html'
},
{   sTitle:'James Riley',
    bIsWebPath:true,
    sUrl:'jamesriley.html'
},
{   sTitle:'Marian\'s Murder',
    bIsWebPath:true,
    sUrl:'mariansmurder.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Edwards',
        bIsWebPath:true,
        sUrl:'edwards.html'
    },
    {   sTitle:'Rollinson',
        bIsWebPath:true,
        sUrl:'rollinson.html'
    }]
},
{   sTitle:'This Is Dewsbury',
    bIsWebPath:true,
    sUrl:'thisisdewsbury.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
