var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
},
{   sTitle:'Ceny 2012',
    bIsWebPath:true,
    sUrl:'what will it cost.html',
    sTarget:'_self'
},
{   sTitle:'Rezervácia kurzu',
    bIsWebPath:true,
    sUrl:'registration.html',
    sTarget:'_self'
},
{   sTitle:'Prečo naša škola?',
    bIsWebPath:true,
    sUrl:'why choose our school.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Zoznámte sa s tímom Kenilworthu',
        bIsWebPath:true,
        sUrl:'kenilworthstaff.html',
        sTarget:'_self'
    },
    {   sTitle:'Študenti Kenilworthu',
        bIsWebPath:true,
        sUrl:'kenilworth students.html',
        sTarget:'_self'
    },
    {   sTitle:'Čo hovoria niektorí z našich študentov',
        bIsWebPath:true,
        sUrl:'what some of our students say.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Online test angličtiny',
    bIsWebPath:true,
    sUrl:'grammar test.html',
    sTarget:'_self'
}]
});
