var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Servizi',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WorkOnLine',
    bIsWebPath:true,
    sUrl:'mixonline.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'dovesiamo.html'
},
{   sTitle:'Studio',
    bIsWebPath:true,
    sUrl:'studio.html'
},
{   sTitle:'Artisti',
    bIsWebPath:true,
    sUrl:'artisti.html'
},
{   sTitle:'Effetti',
    bIsWebPath:true,
    sUrl:'effetti.html'
},
{   sTitle:'Come fare',
    bIsWebPath:true,
    sUrl:'comefare.html'
},
{   sTitle:'Demo',
    bIsWebPath:true,
    sUrl:'demo.html'
},
{   sTitle:'Siti utili',
    bIsWebPath:true,
    sUrl:'sitiutili.html'
}]
});
