var nav_201tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Clients',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Showreel Video',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'video.html'
},
{   'sTitle':'Magicians Only',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'magicians.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
