var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Biography',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'Gallery.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
}]
});
