var nav_170tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menu',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'PROMO',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html',
    'sTarget':'_parent'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
