var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Intro',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Prima pagina',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Povestea mea',
    'bIsWebPath':true,
    'sUrl':'povestea-mea.html'
},
{   'sTitle':'Proiecte',
    'bIsWebPath':true,
    'sUrl':'proiecte.html'
},
{   'sTitle':'Unde ma gasesti',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://horia-cristian.blogspot.com/'
},
{   'sTitle':'Activitate parlamentara',
    'bIsExternal':true,
    'sUrl':'http://www.cdep.ro/',
    'sTarget':'_blank'
},
{   'sTitle':'Program de guvernare PNL',
    'bIsExternal':true,
    'sUrl':'http://www.pnl.ro/GuvernareLiberala.html'
}]
});
