var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'O nás',
    bIsWebPath:true,
    sUrl:'o_nas.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'recenze',
        bIsWebPath:true,
        sUrl:'recenze.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Foto',
    bIsWebPath:true,
    sUrl:'foto.html',
    sTarget:'_self'
},
{   sTitle:'Koncerty',
    bIsWebPath:true,
    sUrl:'koncerty.html',
    sTarget:'_self'
},
{   sTitle:'Objednat CD',
    bIsWebPath:true,
    sUrl:'objednat_cd.html',
    sTarget:'_self'
},
{   sTitle:'Vzkazy',
    bIsWebPath:true,
    sUrl:'vzkazy.html',
    sTarget:'_self'
},
{   sTitle:'Download',
    bIsWebPath:true,
    sUrl:'download.html',
    sTarget:'_self'
}]
});
