var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'about',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'booking',
    'bIsWebPath':true,
    'sUrl':'booking.html',"childArray" : [
    {   'sTitle':'online',
        'bIsWebPath':true,
        'sUrl':'online.html'
    },
    {   'sTitle':'snail mail form',
        'bIsWebPath':true,
        'sUrl':'form.html'
    }]
},
{   'sTitle':'the venue',
    'bIsWebPath':true,
    'sUrl':'venue.html',"childArray" : [
    {   'sTitle':'accommodation',
        'bIsWebPath':true,
        'sUrl':'accommodation.html'
    },
    {   'sTitle':'directions & map',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    }]
},
{   'sTitle':'programme',
    'bIsWebPath':true,
    'sUrl':'programme.html'
},
{   'sTitle':'pictures from previous festivals',
    'bIsWebPath':true,
    'sUrl':'pics.html',"childArray" : [
    {   'sTitle':'pictures 2010',
        'bIsWebPath':true,
        'sUrl':'page16.html'
    },
    {   'sTitle':'pictures 2011',
        'bIsWebPath':true,
        'sUrl':'page17.html'
    }]
},
{   'sTitle':'how was 2011?',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'suryah children\'s club',
    'bIsWebPath':true,
    'sUrl':'surya.html'
},
{   'sTitle':'links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'page15.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
