var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Informática',
    bIsWebPath:true,
    sUrl:'informatica.html',
    sTarget:'_self'
},
{   sTitle:'Manutenção',
    bIsWebPath:true,
    sUrl:'manutencao.html',
    sTarget:'_self'
},
{   sTitle:'Nossa Loja',
    sUrl:'http://www.j-techinfo.com.br',
    sTarget:'_blank'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html',
    sTarget:'_self'
},
{   sTitle:'Impressos',
    bIsWebPath:true,
    sUrl:'impressos.html',
    sTarget:'_self'
},
{   sTitle:'Clientes',
    bIsWebPath:true,
    sUrl:'clientes.html',
    sTarget:'_self'
},
{   sTitle:'Localização',
    bIsWebPath:true,
    sUrl:'localizacao.html',
    sTarget:'_self'
},
{   sTitle:'Contato',
    bIsWebPath:true,
    sUrl:'contato.html',
    sTarget:'_self'
}]
});
