var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Senior News',
        bIsWebPath:true,
        sUrl:'senior news.html'
    },
    {   sTitle:'Junior and Mini News',
        bIsWebPath:true,
        sUrl:'junior and min.html'
    },
    {   sDescription:'ommercial News',
        sTitle:'Commercial News',
        bIsWebPath:true,
        sUrl:'commercial news.html'
    },
    {   sTitle:'Supporters News',
        bIsWebPath:true,
        sUrl:'supporters news.html'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Honours',
    bIsWebPath:true,
    sUrl:'honours.html'
},
{   sTitle:'Senior Club',
    bIsWebPath:true,
    sUrl:'senior club.html',"childArray" : [
    {   sTitle:'WL Firsts',
        bIsWebPath:true,
        sUrl:'wl div 1.html'
    },
    {   sTitle:'WL Reserves',
        bIsWebPath:true,
        sUrl:'wl reserves.html'
    },
    {   sTitle:'WL Youth',
        bIsWebPath:true,
        sUrl:'wl youth.html'
    },
    {   sTitle:'Ladies',
        bIsWebPath:true,
        sUrl:'ladies.html'
    },
    {   sTitle:'Vets',
        bIsWebPath:true,
        sUrl:'vets.html'
    }]
},
{   sTitle:'Junior Club',
    bIsWebPath:true,
    sUrl:'junior club.html',"childArray" : [
    {   sTitle:'Junior Fixtures and Results',
        bIsWebPath:true,
        sUrl:'junior fixtures and results.html'
    },
    {   sTitle:'Junior Match Reports',
        bIsWebPath:true,
        sUrl:'junior match reports.html'
    },
    {   sTitle:'Mini Fixtures and Results',
        bIsWebPath:true,
        sUrl:'mini fixtures and results.html'
    },
    {   sTitle:'South Wales Girls League',
        bIsExternal:true,
        sUrl:'http://www.swgl.co.uk/',
        sTarget:'_blank'
    }]
},
{   sTitle:'Club Officials',
    bIsWebPath:true,
    sUrl:'club officials.html'
}]
});