var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Album',
    'bIsWebPath':true,
    'sUrl':'album.html'
},
{   'sTitle':'Panorama',
    'bIsWebPath':true,
    'sUrl':'panorama/panoindex.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page2.html'
}]
});
