var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Rare Young Video',
    'bIsWebPath':true,
    'sUrl':'rare.html'
}]
});
