var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Promo Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'What\'s On',
    'bIsWebPath':true,
    'sUrl':'what\'s on.html',"childArray" : [
    {   'sTitle':'Saturday',
        'bIsWebPath':true,
        'sUrl':'saturday.html'
    },
    {   'sTitle':'Sunday',
        'bIsWebPath':true,
        'sUrl':'sunday.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Hall Hire',
    'bIsWebPath':true,
    'sUrl':'hall hire.html'
},
{   'sTitle':'Club Games',
    'bIsWebPath':true,
    'sUrl':'club games.html'
},
{   'sTitle':'Contact ',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Who\'s Who',
    'bIsWebPath':true,
    'sUrl':'whos who.html'
}]
});
