var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Despre noi',
    'bIsWebPath':true,
    'sUrl':'despre.html'
},
{   'sTitle':'Contabilitate',
    'bIsWebPath':true,
    'sUrl':'contabilitate.html',"childArray" : [
    {   'sTitle':'Contabilitate financiara',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'contabilitate.html#CFinanciara'
    },
    {   'sTitle':'Contabilitate de gestiune/productie',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'contabilitate.html#CGestiune'
    }]
},
{   'sTitle':'Servicii',
    'bIsWebPath':true,
    'sUrl':'servicii.html',"childArray" : [
    {   'sTitle':'Relatia cu Registrul Comertului',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'servicii.html#Regcom'
    },
    {   'sTitle':'Relatia cu institutii bancare',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'servicii.html#Banca'
    },
    {   'sTitle':'Consultanta',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'servicii.html#Consultanta'
    }]
},
{   'sTitle':'Oferta',
    'bIsWebPath':true,
    'sUrl':'oferta.html',"childArray" : [
    {   'sTitle':'Pachetul Small Business',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Small'
    },
    {   'sTitle':'Pachetul Silver Business',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Silver'
    },
    {   'sTitle':'Pachetul Gold Business',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Gold'
    },
    {   'sTitle':'Pachetul Enterprise',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Enterprise'
    },
    {   'sTitle':'Deplasarea la sediul clientului',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Deplasare'
    },
    {   'sTitle':'Detalii pachete oferta',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'oferta.html#Servicii'
    }]
},
{   'sTitle':'Cerere oferta',
    'bIsWebPath':true,
    'sUrl':'cerere.html'
},
{   'sTitle':'Termeni',
    'bIsWebPath':true,
    'sUrl':'termeni.html',"childArray" : [
    {   'sTitle':'Termeni si conditii',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'termeni.html#Termeni'
    },
    {   'sTitle':'Confidentialitataea datelor',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'termeni.html#Confidentialitatea'
    }]
},
{   'sTitle':'Harta site',
    'bIsWebPath':true,
    'sUrl':'harta.html'
}]
});
