var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Players & Coaches',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Appearances & Goals',
            bIsWebPath:true,
            sUrl:'appearances.html'
        },
        {   sTitle:'Current Squad',
            bIsWebPath:true,
            sUrl:'current squad.html'
        }]
    },
    {   sTitle:'Club Info',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Contact Us',
            bIsWebPath:true,
            sUrl:'contact.html'
        },
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'history.html'
        },
        {   sTitle:'Honours',
            bIsWebPath:true,
            sUrl:'honours.html'
        },
        {   sTitle:'Club Officials',
            bIsWebPath:true,
            sUrl:'officials.html'
        }]
    },
    {   sTitle:'Teams',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Aberdeenshire League (U21)',
            bIsWebPath:true,
            sUrl:'aberdeenshireleague.html'
        },
        {   sTitle:'Under 19',
            bIsWebPath:true,
            sUrl:'under19.html'
        },
        {   sTitle:'1st Team',
            bIsWebPath:true,
            sUrl:'1st team.html'
        }]
    },
    {   sTitle:'Youth Info',
        bIsWebPath:true,
        sUrl:'youths.html'
    },
    {   sTitle:'Club Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    },
    {   sTitle:'Photo Galleries',
        bIsWebPath:true,
        sUrl:'photos.html'
    },
    {   sTitle:'Commercial',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Club Shop',
            bIsWebPath:true,
            sUrl:'shop.html'
        },
        {   sTitle:'Sponsorship Deals',
            bIsWebPath:true,
            sUrl:'sponsorship deals.html'
        },
        {   sTitle:'Club Sponsors',
            bIsWebPath:true,
            sUrl:'club sponsors.html'
        }]
    }]
}]
});
