var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News/Info Feed',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Fixtures/Results',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'1st Team',
        bIsWebPath:true,
        sUrl:'fixres1.html'
    },
    {   sTitle:'2nd Team',
        bIsWebPath:true,
        sUrl:'fixres2.html'
    },
    {   sTitle:'3rd Team',
        bIsWebPath:true,
        sUrl:'fixres3.html'
    },
    {   sTitle:'4th Team',
        bIsWebPath:true,
        sUrl:'fixres4.html'
    }]
},
{   sTitle:'Tables',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'1st Team',
        bIsExternal:true,
        sUrl:'http://www.mrha.co.uk/LeagueTables.asp?Leagueid=1&DivisionID=4',
        sTarget:'_blank'
    },
    {   sTitle:'2nd Team',
        bIsExternal:true,
        sUrl:'http://www.mrha.co.uk/LeagueTables.asp?Leagueid=2&DivisionID=3',
        sTarget:'_blank'
    },
    {   sTitle:'3rd Team',
        bIsExternal:true,
        sUrl:'http://www.mrha.co.uk/LeagueTables.asp?Leagueid=3&DivisionID=3',
        sTarget:'_blank'
    },
    {   sTitle:'4th Team',
        bIsExternal:true,
        sUrl:'http://www.mrha.co.uk/LeagueTables.asp?Leagueid=4&DivisionID=4',
        sTarget:'_blank'
    }]
},
{   sTitle:'Goalscorers',
    bIsWebPath:true,
    sUrl:'restricted/goalscores.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'About',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Contacts',
        bIsWebPath:true,
        sUrl:'contacts.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    },
    {   sTitle:'Site Conditions',
        bIsWebPath:true,
        sUrl:'conditions.html'
    }]
}]
});
