var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Online shop',
    'bIsWebPath':true,
    'sUrl':'Botiga.html'
},
{   'sTitle':'Sizes',
    'bIsWebPath':true,
    'sUrl':'sizes.html'
},
{   'sTitle':'Game rulebook',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gamerulesenglish.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contacte.html'
}]
});
