var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Úvodní strana',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'O nás',
    bIsWebPath:true,
    sUrl:'o_nas.html'
},
{   sTitle:'Sortiment',
    bIsWebPath:true,
    sUrl:'sortiment.html'
},
{   sTitle:'Prodejny',
    bIsWebPath:true,
    sUrl:'prodejny.html'
},
{   sTitle:'e-shop',
    bIsWebPath:true,
    sUrl:'e-shop.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
