var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'sitemap',
    bIsWebPath:true,
    sUrl:'sitemap.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
