var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Strona główna',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Aktualności',
    bIsWebPath:true,
    sUrl:'aktualnosci.html',
    sTarget:'_self'
},
{   sTitle:'Czytelnicy',
    bIsWebPath:true,
    sUrl:'czytelnicy.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Katalog on-line',
        bIsWebPath:true,
        sUrl:'opac_www.html',
        sTarget:'_self'
    },
    {   sTitle:'Regulaminy',
        bIsWebPath:true,
        sUrl:'regulamin.html',
        sTarget:'_self'
    },
    {   sTitle:'Polecamy',
        bIsWebPath:true,
        sUrl:'polecamy.html',
        sTarget:'_self'
    },
    {   sTitle:'Czasopisma',
        bIsWebPath:true,
        sUrl:'czasopisma.html',
        sTarget:'_self'
    },
    {   sTitle:'Matura',
        bIsWebPath:true,
        sUrl:'matura.html',
        sTarget:'_self'
    },
    {   sTitle:'Publikacje nauczycieli',
        bIsWebPath:true,
        sUrl:'publikacje_nauczycieli.html',
        sTarget:'_self'
    },
    {   sTitle:'Zestawienia bibliograficzne',
        bIsWebPath:true,
        sUrl:'zestawienia_biliograficzne.html',
        sTarget:'_self'
    },
    {   sTitle:'Zaproponuj do kupienia',
        bIsWebPath:true,
        sUrl:'zaproponuj_ksiazke.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Koło SBP',
    bIsWebPath:true,
    sUrl:'kolo_sbp.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Struktura SBP',
        bIsWebPath:true,
        sUrl:'struktura_sbp.html',
        sTarget:'_self'
    },
    {   sTitle:'Aktualności SBP',
        bIsWebPath:true,
        sUrl:'aktualnosci_sbp.html',
        sTarget:'_self'
    }]
},
{   sTitle:'O nas',
    bIsWebPath:true,
    sUrl:'onas.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Struktura organizacyjna',
        bIsWebPath:true,
        sUrl:'struktura.html',
        sTarget:'_self'
    },
    {   sTitle:'Filie',
        bIsWebPath:true,
        sUrl:'filie.html',
        sTarget:'_self'
    },
    {   sTitle:'Historia PBW',
        bIsWebPath:true,
        sUrl:'historia_pbw.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
