var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'A2 Lang-Lit Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Exam Analysis',
        'bIsWebPath':true,
        'sUrl':'exam_analysis.html'
    },
    {   'sTitle':'Recasting',
        'bIsWebPath':true,
        'sUrl':'recasting.html'
    },
    {   'sTitle':'Commentaries',
        'bIsWebPath':true,
        'sUrl':'commentaries.html'
    },
    {   'sTitle':'Cupcakes',
        'bIsWebPath':true,
        'sUrl':'cupcakes_and_kalashnikovs.html'
    },
    {   'sTitle':'Coursework',
        'bIsWebPath':true,
        'sUrl':'coursework.html'
    }]
}]
});
