var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Albert Bierman Photography Fotografie',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Designer album, ontwerpers album',
    'sTitle':'Designer Album',
    'bIsWebPath':true,
    'sUrl':'designeralbum.html',"childArray" : [
    {   'sDescription':'Desigmer album page options',
        'sTitle':'Designer Album Page Options',
        'bIsWebPath':true,
        'sUrl':'designeralbumpageoptions.html'
    },
    {   'sTitle':'Designer Album Size & Cover Options',
        'bIsWebPath':true,
        'sUrl':'desingeralbumsizeandcover.html'
    }]
},
{   'sDescription':'Albert Bierman Photography Portfolio',
    'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html',"childArray" : [
    {   'sDescription':'Wedding Porfolio',
        'sTitle':'Wedding',
        'bIsWebPath':true,
        'sUrl':'wedding.html'
    },
    {   'sDescription':'Model portfolio',
        'sTitle':'Model',
        'bIsWebPath':true,
        'sUrl':'model.html'
    },
    {   'sDescription':'Portfolio Miscellaneous',
        'sTitle':'Miscellaneous',
        'bIsWebPath':true,
        'sUrl':'miscellaneous.html'
    }]
},
{   'sDescription':'Albert Bierman Contact',
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
