var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'AS Lang Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Mode',
        'bIsWebPath':true,
        'sUrl':'mode.html',"childArray" : [
        {   'sTitle':'Written Mode',
            'bIsWebPath':true,
            'sUrl':'written.html'
        },
        {   'sTitle':'Spoken Mode',
            'bIsWebPath':true,
            'sUrl':'spoken.html'
        },
        {   'sTitle':'Blended Mode',
            'bIsWebPath':true,
            'sUrl':'blended.html'
        }]
    },
    {   'sTitle':'Child Language',
        'bIsWebPath':true,
        'sUrl':'childlang.html',"childArray" : [
        {   'sTitle':'Lexis',
            'bIsWebPath':true,
            'sUrl':'lexis_semantics.html'
        },
        {   'sTitle':'Phonology',
            'bIsWebPath':true,
            'sUrl':'phonology.html'
        },
        {   'sTitle':'Grammar',
            'bIsWebPath':true,
            'sUrl':'grammar.html'
        },
        {   'sTitle':'Theories',
            'bIsWebPath':true,
            'sUrl':'theories.html'
        },
        {   'sTitle':'Written',
            'bIsWebPath':true,
            'sUrl':'writtenacq.html'
        }]
    },
    {   'sTitle':'Coursework',
        'bIsWebPath':true,
        'sUrl':'coursework.html',"childArray" : [
        {   'sTitle':'Representation',
            'bIsWebPath':true,
            'sUrl':'representation.html'
        },
        {   'sTitle':'Investigation',
            'bIsWebPath':true,
            'sUrl':'investigation.html'
        },
        {   'sTitle':'Production',
            'bIsWebPath':true,
            'sUrl':'production.html'
        },
        {   'sTitle':'Commentary',
            'bIsWebPath':true,
            'sUrl':'commentary.html'
        }]
    }]
}]
});
