var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'O NÁS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'kontakt.html',
    'sTarget':'_self'
},
{   'sTitle':'ZVON - ČASOPIS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'newsletter.html',"childArray" : [
    {   'sTitle':'zvon 2011',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'zvon2011.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'FOTOGALERIE',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'photogalery.html'
},
{   'sTitle':'HISTORIE',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'history.html'
}]
});
