var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Committee Members 2011/2012',
        bIsWebPath:true,
        sUrl:'committee members.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'John & Chris Cartlidge',
        bIsWebPath:true,
        sUrl:'john and chris.html'
    },
    {   sTitle:' Website Administrator-Neil McGuff',
        bIsWebPath:true,
        sUrl:'website admin.html'
    },
    {   sTitle:'Program Secratary-Stuart Ballance',
        bIsWebPath:true,
        sUrl:'programme sec.html'
    }]
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'whats on.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archives.html',"childArray" : [
    {   sTitle:'News letter Archive',
        bIsWebPath:true,
        sUrl:'news letter archive.html',"childArray" : [
        {   sTitle:'Club news letter Sept 2011',
            bIsWebPath:true,
            sUrl:'club news letter sept 2011.html'
        }]
    },
    {   sTitle:'Club competition Archive',
        bIsWebPath:true,
        sUrl:'club competition archive.html'
    },
    {   sTitle:'Four Corners Archive',
        bIsWebPath:true,
        sUrl:'four corners archive.html'
    }]
}]
});
