var nav_2051tree = WpNavBar.readTree({
"childArray" : [
{   'bSeparatorBefore':true,
    'sTitle':'About',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Trade',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'trade.html'
},
{   'sTitle':'Ordering',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'ordering.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
