var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Pagina principală',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Produse',
    'bIsWebPath':true,
    'sUrl':'page12.html'
},
{   'sTitle':'Comenzi',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Servicii',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Documente',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
