var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm',
    sTarget:'_self'
},
{   sTitle:'Quem Somos',
    bIsWebPath:true,
    sUrl:'quemsomos.htm'
},
{   sTitle:'O Conceito',
    bIsWebPath:true,
    sUrl:'oconceito.htm'
},
{   sTitle:'Relógios',
    bIsWebPath:true,
    sUrl:'relogios.htm'
},
{   sTitle:'O Atelier',
    bIsWebPath:true,
    sUrl:'oatelier.htm'
},
{   sTitle:'Curiosidades',
    bIsWebPath:true,
    sUrl:'utilizacao.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Conselhos de Utilização',
        bIsWebPath:true,
        sUrl:'utilizacao.htm',
        sTarget:'_self'
    },
    {   sTitle:'Curiosidades',
        bIsWebPath:true,
        sUrl:'curiosidades.htm',
        sTarget:'_self'
    },
    {   sTitle:'Glossário',
        bIsWebPath:true,
        sUrl:'glossario.htm',
        sTarget:'_self'
    },
    {   sTitle:'História da Relojoaria',
        bIsWebPath:true,
        sUrl:'hrelojoaria.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Promoções',
    bIsWebPath:true,
    sUrl:'promocoes.php',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Promoções Serviços',
        bIsWebPath:true,
        sUrl:'promocoes.php',
        sTarget:'_self'
    },
    {   sTitle:'Promoções Relógios',
        bIsWebPath:true,
        sUrl:'promorelogios.php',
        sTarget:'_self'
    }]
},
{   sTitle:'Contactos',
    bIsWebPath:true,
    sUrl:'contactos.htm'
}]
});
