var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Despre noi',
    bIsWebPath:true,
    sUrl:'despre noi.html',
    sTarget:'_self'
},
{   sTitle:'Servicii',
    bIsWebPath:true,
    sUrl:'servicii.html',
    sTarget:'_self'
},
{   sTitle:'Clienti',
    bIsWebPath:true,
    sUrl:'clienti.html',
    sTarget:'_self'
},
{   sTitle:'Galerie imagini',
    bIsWebPath:true,
    sUrl:'galerie imagini.html',
    sTarget:'_self'
},
{   sTitle:'Imobiliare',
    bIsWebPath:true,
    sUrl:'imobiliare.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
