var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Prodotti',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Macchine per l\' ufficio',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'Home Banking',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Sistemi Microfilm',
            bIsWebPath:true,
            sUrl:'page18.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Trattamento Denaro',
    bIsWebPath:true,
    sUrl:'page17.html',
    sTarget:'_self'
},
{   sTitle:'Fotocopiatori',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ricoh Monocromatico',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'Ricoh Colore',
        bIsWebPath:true,
        sUrl:'page20.html',
        sTarget:'_self'
    },
    {   sTitle:'Toshiba Monocromatico',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Toshiba Colore',
        bIsWebPath:true,
        sUrl:'page21.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Software Gestionale',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'Servizi',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Noleggio',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Centro Stampa',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});
