var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'red_kites_information.html',"childArray" : [
    {   'sTitle':'Feeding Centre',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'red_kites_information.html'
    }]
},
{   'sTitle':'Places to Stay',
    'bIsWebPath':true,
    'sUrl':'places_to_stay.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'red_kite_gallery.html'
},
{   'sTitle':'Red Kite Cafe',
    'bIsWebPath':true,
    'sUrl':'red_kite_cafe.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
