var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Il Dojo',
    'bIsWebPath':true,
    'sUrl':'dojo.html'
},
{   'sTitle':'Gallerie',
    'bIsWebPath':true,
    'sUrl':'gallerie.html'
},
{   'sTitle':'Links / Contatti',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
