var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Family',
    bIsWebPath:true,
    sUrl:'family.html'
},
{   sTitle:'Individuals',
    bIsWebPath:true,
    sUrl:'individuals.html'
},
{   sTitle:'Friends',
    bIsWebPath:true,
    sUrl:'friends.html'
},
{   sTitle:'Misc',
    bIsWebPath:true,
    sUrl:'misc.html'
}]
});
