var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Hunting',
    'bIsWebPath':true,
    'sUrl':'hunting.html'
},
{   'sTitle':'Spa',
    'bIsWebPath':true,
    'sUrl':'spamain.html'
},
{   'sTitle':'Prices & Reservations',
    'bIsWebPath':true,
    'sUrl':'reservations.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'newsletter.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Trophy Hunting',
        'bIsWebPath':true,
        'sUrl':'trophy-hunting.html'
    },
    {   'sTitle':'Wingshooting',
        'bIsWebPath':true,
        'sUrl':'wingshooting.html'
    },
    {   'sTitle':'Spa',
        'bIsWebPath':true,
        'sUrl':'spa.html'
    },
    {   'sTitle':'Bushpigs',
        'bIsWebPath':true,
        'sUrl':'bushpigs.html'
    },
    {   'sTitle':'Manor',
        'bIsWebPath':true,
        'sUrl':'manor.html'
    },
    {   'sTitle':'Sightseeing',
        'bIsWebPath':true,
        'sUrl':'sightseeing.html',"childArray" : [
        {   'sTitle':'Umdende Game Ranch',
            'bIsWebPath':true,
            'sUrl':'umdendegameranch.html'
        },
        {   'sTitle':'Shakaland',
            'bIsWebPath':true,
            'sUrl':'shakaland.html'
        },
        {   'sTitle':'Hluhluwe Game Reserve',
            'bIsWebPath':true,
            'sUrl':'hluhluwegamereserve.html'
        },
        {   'sTitle':'Battlefields',
            'bIsWebPath':true,
            'sUrl':'battlefields.html'
        },
        {   'sTitle':'Indian Ocean',
            'bIsWebPath':true,
            'sUrl':'indianocean.html'
        },
        {   'sTitle':'Hot Springs',
            'bIsWebPath':true,
            'sUrl':'hotsprings.html'
        },
        {   'sTitle':'Other',
            'bIsWebPath':true,
            'sUrl':'other.html'
        }]
    },
    {   'sTitle':'Team',
        'bIsWebPath':true,
        'sUrl':'team.html'
    },
    {   'sTitle':'Video',
        'bIsWebPath':true,
        'sUrl':'video.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
