var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'AM Gallo',
    bIsWebPath:true,
    sUrl:'amgallo.html'
},
{   sTitle:'Stampa',
    bIsWebPath:true,
    sUrl:'stampa.html',"childArray" : [
    {   sTitle:'Pag.2 Stampa',
        bIsWebPath:true,
        sUrl:'pag2stampa.html',
        sTarget:'_self'
    }]
}]
});
