var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'about',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'pictures',
    'bIsWebPath':true,
    'sUrl':'pictures.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
