var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Family Tree',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'Family Tree.pdf',
    sTarget:'_blank'
},
{   sTitle:'Camera Club',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Photo Album',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Restoration',
    bIsWebPath:true,
    sUrl:'restore.html'
},
{   sTitle:'Logs',
    bIsWebPath:true,
    sUrl:'logs.html'
},
{   sTitle:'Blog Page',
    bIsWebPath:true,
    sUrl:'blog page.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
