var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'A Empresa',
    'bIsWebPath':true,
    'sUrl':'empresa.html'
},
{   'sTitle':'Produtos',
    'bIsWebPath':true,
    'sUrl':'produtos.html'
},
{   'sTitle':'Serviços',
    'bIsWebPath':true,
    'sUrl':'servicos.html'
},
{   'sTitle':'Fotos',
    'bIsWebPath':true,
    'sUrl':'fotos.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Contactos',
    'bIsWebPath':true,
    'sUrl':'contactos.html'
},
{   'sTitle':'Online SHOP',
    'bIsExternal':true,
    'sUrl':'http://www.shop.reefset.com',
    'sTarget':'_blank'
}]
});
