var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Things I Love',
        bIsWebPath:true,
        sUrl:'things_i_love.html'
    },
    {   sTitle:'About Me',
        bIsWebPath:true,
        sUrl:'note_from_heline_bekker.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Portraits',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Portrait Info',
        bIsWebPath:true,
        sUrl:'portrait_info.html'
    },
    {   sTitle:'Portrait Gallery',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'portrait_sessions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Family',
    bIsWebPath:true,
    sUrl:'liffestyle.html'
},
{   sTitle:'Galleries',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Married',
        bIsWebPath:true,
        sUrl:'married.html'
    },
    {   sTitle:'Engagements',
        bIsWebPath:true,
        sUrl:'engagements.html'
    },
    {   sDescription:'Portrait Sessions with Heline Bekker',
        sTitle:'Portraits',
        bIsWebPath:true,
        sUrl:'portrait_sessions.html'
    },
    {   sTitle:'Baby Bump',
        bIsWebPath:true,
        sUrl:'baby_bump.html'
    },
    {   sTitle:'Family Photos',
        bIsWebPath:true,
        sUrl:'family_portfolio.html'
    },
    {   sTitle:'Newborn',
        bIsWebPath:true,
        sUrl:'newborn.html'
    },
    {   sTitle:'Bridal Shoots',
        bIsWebPath:true,
        sUrl:'bridal_shoot.html'
    },
    {   sTitle:'Couples',
        bIsWebPath:true,
        sUrl:'couples.html'
    },
    {   sTitle:'Personal Projects',
        bIsWebPath:true,
        sUrl:'page26.html'
    }]
},
{   sTitle:'Prices',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Lifestyle and Family Prices',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'liffestyle.html'
    },
    {   sTitle:'Wedding Prices',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'wedding_prices.html'
    }]
},
{   sTitle:'BLOG',
    bIsExternal:true,
    sUrl:'http://www.helinebekker.co.uk/blog',
    sTarget:'_blank'
},
{   sTitle:'Say Hi',
    bIsWebPath:true,
    sUrl:'CONTACTa.html'
}]
});
