var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Início',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'bSeparatorAfter':true,
    'sTitle':'Empresa',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'company.html',
    'sTarget':'_self'
},
{   'sTitle':'Serviços',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Web Studio',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'webstudio.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Educação',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'edu.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Tecnologias',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'products.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Microsoft',
        'bIsExternal':true,
        'sUrl':'http://www.microsoft.com/en-us/dynamics/erp-nav-overview.aspx',
        'sTarget':'_self',"childArray" : [
        {   'sTitle':'Serviços na \"Núvem\"',
            'bIsExternal':true,
            'sUrl':'http://www.microsoft.com/pt-pt/cloud/default.aspx',
            'sTarget':'_self'
        },
        {   'sTitle':'Office 365',
            'bIsExternal':true,
            'sUrl':'http://www.microsoft.com/pt-pt/office365/online-software.aspx',
            'sTarget':'_self'
        },
        {   'sTitle':'Windows Intune',
            'bIsExternal':true,
            'sUrl':'http://www.microsoft.com/pt-pt/windows/windowsintune/pc-management.aspx',
            'sTarget':'_self'
        },
        {   'sTitle':'Online Services',
            'bIsExternal':true,
            'sUrl':'http://www.microsoft.com/online/pt-pt/default.aspx',
            'sTarget':'_self'
        }]
    },
    {   'sTitle':'Masternaut',
        'bIsExternal':true,
        'sUrl':'http://www.masternaut.com',
        'sTarget':'_self'
    },
    {   'sTitle':'Inosat',
        'bIsExternal':true,
        'sUrl':'http://www.inosat.pt',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Soluções',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'solutions.html',
    'sTarget':'_self'
},
{   'sTitle':'Contato',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
}]
});
