var nav_360tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Hírek',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'hirek.html',
    'sTarget':'_self'
},
{   'sTitle':'Project',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'project.html',
    'sTarget':'_self'
},
{   'sTitle':'Sajtó',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'sajto.html',
    'sTarget':'_self'
},
{   'sTitle':'Galéria',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'galeria.html',
    'sTarget':'_self'
},
{   'sTitle':'Partnerek',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'partnerek.html',
    'sTarget':'_self'
}]
});
