var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'BIO',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'ARDESKO',
    'bIsWebPath':true,
    'sUrl':'ardesko.html'
},
{   'sTitle':'PHOTOS',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'LINKS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
