var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'the Rebo\'s',
    'bIsWebPath':true,
    'sUrl':'the rebos.html'
},
{   'sTitle':'gallery 2008',
    'bIsWebPath':true,
    'sUrl':'gallery 2008.html'
},
{   'sTitle':'gallery 2009',
    'bIsWebPath':true,
    'sUrl':'gallery 2009.html'
},
{   'sTitle':'gallery 2010',
    'bIsWebPath':true,
    'sUrl':'page19.html'
},
{   'sTitle':'blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
