var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_patshull_hall.html'
},
{   'sTitle':'Corporate',
    'bIsWebPath':true,
    'sUrl':'corporate_events.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings_at_patshull.html'
},
{   'sTitle':' Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events-in-staffordshire.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_patshull_hall.html'
}]
});
