var nav_555tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Search',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'search.html'
},
{   'sTitle':'Site Map',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'FAQ',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page75.html'
},
{   'sTitle':'Terms of Service',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page73.html'
},
{   'sTitle':'Privacy Policy',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page74.html'
},
{   'sTitle':'Top',
    'bIsExternal':true,
    'sUrl':'#top',
    'sTarget':'_self'
}]
});
