var nav_176tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Galleries',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'galleries.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
