var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Books',
    'bIsWebPath':true,
    'sUrl':'books1.html'
},
{   'sTitle':'Articles',
    'bIsWebPath':true,
    'sUrl':'articles1.html'
},
{   'sTitle':'Presentations',
    'bIsWebPath':true,
    'sUrl':'presentations.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
