var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Curriculum',
    bIsWebPath:true,
    sUrl:'curriculum.html',
    sTarget:'_self'
},
{   sTitle:'Assistenza professionale',
    bIsWebPath:true,
    sUrl:'assistenza.html',
    sTarget:'_self'
},
{   sTitle:'Cura del vostro pianoforte',
    bIsWebPath:true,
    sUrl:'cura.html',
    sTarget:'_self'
},
{   sTitle:'Fabbrini',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ditta Fabbrini',
        bIsWebPath:true,
        sUrl:'fabbrini.html',
        sTarget:'_self'
    },
    {   sTitle:'Ditta Fabbrini Gabriella',
        bIsWebPath:true,
        sUrl:'fabbrini_ps.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
