var customNavTree13 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    },
    {   sTitle:'Sitemap',
        bIsWebPath:true,
        sUrl:'sitemap.html',
        sTarget:'_self'
    }]
}]
});
