var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chi siamo',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Beer Store',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Assistenza prodotti',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Informazioni utili',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Birra e cucina',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'page14.html'
}]
});
