var customnavtree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bemutatkozunk',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Étlap',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Itallap',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Borlap',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Bár',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Heti ajánlat',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gyorsétterem heti ajánlat',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Galéria',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Kapcsolat',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
}]
});
