var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ADRIANO',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'CERAMICHE',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'ACQUERELLI',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'DIPINTI A OLIO',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
},
{   sTitle:'MARTA',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'COLLAGES',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    },
    {   sTitle:'SALA STAMPA 1',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'SALA STAMPA 2',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'DIARIO',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'CONTATTATECI',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
