var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'cv',
    'bIsWebPath':true,
    'sUrl':'acting-cv.html'
},
{   'sTitle':'pics',
    'bIsWebPath':true,
    'sUrl':'acting-photos.html'
},
{   'sTitle':'vid',
    'bIsWebPath':true,
    'sUrl':'acting-reel.html'
},
{   'sTitle':'xtras',
    'bIsWebPath':true,
    'sUrl':'xtras.html'
}]
});
