var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'O mnie',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html',"childArray" : [
    {   'sTitle':'Fotografia ślubna',
        'bIsWebPath':true,
        'sUrl':'fotografiaslubna.html'
    },
    {   'sTitle':'Prezentacje ślubne',
        'bIsWebPath':true,
        'sUrl':'prezentacje.html'
    },
    {   'sTitle':'Fotografia reklamowa',
        'bIsWebPath':true,
        'sUrl':'fotografiareklamowa.html'
    }]
},
{   'sTitle':'Oferta',
    'bIsWebPath':true,
    'sUrl':'oferta.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
},
{   'sTitle':'Referencje',
    'bIsWebPath':true,
    'sUrl':'referencje.html'
},
{   'sTitle':'Polecam',
    'bIsWebPath':true,
    'sUrl':'polecam.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sDescription':'Mój elektroniczny dziennik - fotografia',
    'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://mkfstudio-fotografia-slubna.blogspot.com/',
    'sTarget':'_self'
}]
});
