var customnavtree26 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'V.I.P.',
    bIsWebPath:true,
    sUrl:'vip/vip_members.html',
    sTarget:'_self'
},
{   sTitle:'Sponzoři',
    bIsWebPath:true,
    sUrl:'sponsors.html',
    sTarget:'_self'
},
{   sTitle:'Novinky',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Kontakty',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});