var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'regular activities',
    bIsWebPath:true,
    sUrl:'regular_activities.html'
},
{   sTitle:'weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'children\'s parties',
    bIsWebPath:true,
    sUrl:'childrens_parties.html'
},
{   sTitle:'business meetings',
    bIsWebPath:true,
    sUrl:'business_meetings.html'
},
{   sTitle:'room hire rates',
    bIsWebPath:true,
    sUrl:'roomhirerates.html'
},
{   sTitle:'membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'history',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'map',
    bIsWebPath:true,
    sUrl:'map.html'
}]
});
