var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'galeria',
    bIsWebPath:true,
    sUrl:'galeria.html',"childArray" : [
    {   sTitle:'salon',
        bIsWebPath:true,
        sUrl:'salon.html',
        sTarget:'_self'
    },
    {   sTitle:'kuchnia',
        bIsWebPath:true,
        sUrl:'kuchnia.html',
        sTarget:'_self'
    },
    {   sTitle:'sypialnia',
        bIsWebPath:true,
        sUrl:'sypialnia.html',
        sTarget:'_self'
    },
    {   sTitle:'łazienka',
        bIsWebPath:true,
        sUrl:'lazienka.html',
        sTarget:'_self'
    }]
},
{   sTitle:'o nas',
    bIsWebPath:true,
    sUrl:'onas.html'
},
{   sTitle:'usługi',
    bIsWebPath:true,
    sUrl:'uslugi.html'
},
{   sTitle:'kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
