var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Assistenza',
    bIsWebPath:true,
    sUrl:'assistenza.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hardware',
        bIsWebPath:true,
        sUrl:'hardware.html',
        sTarget:'_self'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html',
        sTarget:'_self'
    },
    {   sTitle:'Launchapps',
        bIsWebPath:true,
        sUrl:'launchapps.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Condor',
    bIsWebPath:true,
    sUrl:'condor.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Scenery',
        bIsWebPath:true,
        sUrl:'scfree.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Art Design',
        bIsWebPath:true,
        sUrl:'artdesign.html',
        sTarget:'_self'
    },
    {   sTitle:'Dream to fly',
        bIsWebPath:true,
        sUrl:'dreamfly.html',
        sTarget:'_self'
    },
    {   sTitle:'Para B/W',
        bIsWebPath:true,
        sUrl:'parabw.html',
        sTarget:'_self'
    },
    {   sTitle:'Cross Country',
        bIsWebPath:true,
        sUrl:'cross.html',
        sTarget:'_self'
    },
    {   sTitle:'Aliante',
        bIsWebPath:true,
        sUrl:'aliante.html',
        sTarget:'_self'
    },
    {   sTitle:'Eagle',
        bIsWebPath:true,
        sUrl:'eagle.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'E-book',
    bIsWebPath:true,
    sUrl:'book.html',
    sTarget:'_self'
}]
});
