var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'kotolna',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'inzercia',
    bIsWebPath:true,
    sUrl:'inzercia.html',
    sTarget:'_self'
},
{   sTitle:'profesionaly',
    bIsWebPath:true,
    sUrl:'profesionaly.html',
    sTarget:'_self'
},
{   sTitle:'uzitocne linky',
    bIsWebPath:true,
    sUrl:'uzitocnelinky.html',
    sTarget:'_self'
},
{   sTitle:'page 3',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'fotky',
    bIsWebPath:true,
    sUrl:'fotky.html',
    sTarget:'_self'
},
{   sTitle:'kotolna TV',
    bIsWebPath:true,
    sUrl:'kotolnatv.html',
    sTarget:'_self'
},
{   sTitle:'kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});