var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Hire a magician',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'Richard T Smith',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Alan Sharp',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Dave Hooper',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    }]
},
{   'sTitle':'Honorary members',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Whats on',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':' Magic Circle Information',
    'bIsWebPath':true,
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'How to find us',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Logo',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
