var customNavTree25 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Items for sale',
    bIsWebPath:true,
    sUrl:'pagina102.html',
    sTarget:'_self'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Newsletter sign up',
    bIsWebPath:true,
    sUrl:'signup.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Payments',
    bIsWebPath:true,
    sUrl:'pagina66.html',
    sTarget:'_self'
},
{   sTitle:'Borneology',
    bIsWebPath:true,
    sUrl:'borneology.html',
    sTarget:'_self'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'pagina74.html',
    sTarget:'_self'
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'pagina2.html'
}]
});
