var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Who am I?',
    'bIsWebPath':true,
    'sUrl':'whoami.html'
},
{   'sTitle':'Primal Birth',
    'bIsWebPath':true,
    'sUrl':'primalbirth.html'
},
{   'sTitle':'In the Beginning',
    'bIsWebPath':true,
    'sUrl':'inthebeginning.html'
},
{   'sTitle':'The Dagger',
    'bIsWebPath':true,
    'sUrl':'thedagger.html'
},
{   'sTitle':'Join Me',
    'bIsWebPath':true,
    'sUrl':'joinme.html'
}]
});
