var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'join.html',"childArray" : [
    {   sTitle:'Constitution',
        bIsWebPath:true,
        sUrl:'constitution.html'
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Headmistresses',
        bIsWebPath:true,
        sUrl:'headmistress.html'
    },
    {   sTitle:'Badges',
        bIsWebPath:true,
        sUrl:'badges.html'
    },
    {   sTitle:'Uniform2009',
        bIsWebPath:true,
        sUrl:'uniform2009.html'
    },
    {   sTitle:'Wellesley Road',
        bIsWebPath:true,
        sUrl:'wellesley.html'
    },
    {   sTitle:'1925',
        bIsWebPath:true,
        sUrl:'1925.html'
    },
    {   sTitle:'1927',
        bIsWebPath:true,
        sUrl:'1927.html'
    },
    {   sTitle:'1948',
        bIsWebPath:true,
        sUrl:'1948.html'
    },
    {   sTitle:'1950s',
        bIsWebPath:true,
        sUrl:'1950s.html',"childArray" : [
        {   sTitle:'1950',
            bIsWebPath:true,
            sUrl:'1950.html'
        },
        {   sTitle:'1951',
            bIsWebPath:true,
            sUrl:'1951.html'
        },
        {   sTitle:'1953',
            bIsWebPath:true,
            sUrl:'1953.html'
        },
        {   sTitle:'1954',
            bIsWebPath:true,
            sUrl:'1954.html'
        },
        {   sTitle:'1955',
            bIsWebPath:true,
            sUrl:'1955.html'
        },
        {   sTitle:'1956',
            bIsWebPath:true,
            sUrl:'1956.html'
        },
        {   sTitle:'1957',
            bIsWebPath:true,
            sUrl:'1957.html'
        },
        {   sTitle:'1958',
            bIsWebPath:true,
            sUrl:'1958.html'
        },
        {   sTitle:'1959',
            bIsWebPath:true,
            sUrl:'1959.html'
        }]
    },
    {   sTitle:'1960s',
        bIsWebPath:true,
        sUrl:'1960s.html',"childArray" : [
        {   sTitle:'1960',
            bIsWebPath:true,
            sUrl:'1960.html'
        },
        {   sTitle:'1961',
            bIsWebPath:true,
            sUrl:'1961.html'
        },
        {   sTitle:'1962',
            bIsWebPath:true,
            sUrl:'1962.html'
        },
        {   sTitle:'1963',
            bIsWebPath:true,
            sUrl:'1963.html'
        },
        {   sTitle:'1964',
            bIsWebPath:true,
            sUrl:'1964.html'
        },
        {   sTitle:'1965',
            bIsWebPath:true,
            sUrl:'1965.html'
        },
        {   sTitle:'1966',
            bIsWebPath:true,
            sUrl:'1966.html'
        },
        {   sTitle:'1967',
            bIsWebPath:true,
            sUrl:'1967.html'
        },
        {   sTitle:'1968',
            bIsWebPath:true,
            sUrl:'1968.html'
        },
        {   sTitle:'1969',
            bIsWebPath:true,
            sUrl:'1969.html'
        }]
    },
    {   sTitle:'1974',
        bIsWebPath:true,
        sUrl:'1974.html'
    },
    {   sTitle:'1990s',
        bIsWebPath:true,
        sUrl:'1990s.html',"childArray" : [
        {   sTitle:'1990',
            bIsWebPath:true,
            sUrl:'1990.html'
        },
        {   sTitle:'1994',
            bIsWebPath:true,
            sUrl:'1994.html'
        },
        {   sTitle:'1998',
            bIsWebPath:true,
            sUrl:'1998.html'
        }]
    },
    {   sTitle:'Archive material',
        bIsWebPath:true,
        sUrl:'archive.html'
    }]
},
{   sTitle:'TOC',
    bIsWebPath:true,
    sUrl:'TOC.html'
},
{   sTitle:'Reunions Diary',
    bIsWebPath:true,
    sUrl:'reunions.html',"childArray" : [
    {   sTitle:'Seeking',
        bIsWebPath:true,
        sUrl:'seeking.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
