var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'A Priest is....',
    'bIsWebPath':true,
    'sUrl':'priest_is.html'
},
{   'sTitle':'Selection Criteria',
    'bIsWebPath':true,
    'sUrl':'criteria_for_selection.html',"childArray" : [
    {   'sTitle':'Criteria A-D',
        'bIsWebPath':true,
        'sUrl':'ad.html'
    },
    {   'sTitle':'Criteria E-I',
        'bIsWebPath':true,
        'sUrl':'ei.html'
    }]
},
{   'sTitle':'Priestly Vocation',
    'bIsWebPath':true,
    'sUrl':'priestly_vocation.html'
},
{   'sTitle':'Suggested Reading',
    'bIsWebPath':true,
    'sUrl':'books.html',"childArray" : [
    {   'sTitle':'Vocation',
        'bIsWebPath':true,
        'sUrl':'vocation_books.html'
    },
    {   'sTitle':'Ordained Ministry',
        'bIsWebPath':true,
        'sUrl':'ordained_ministry.html'
    },
    {   'sTitle':'Anglicanism',
        'bIsWebPath':true,
        'sUrl':'anglican_books.html'
    },
    {   'sTitle':'Spirituality',
        'bIsWebPath':true,
        'sUrl':'spirituality.html'
    },
    {   'sTitle':'Theology',
        'bIsWebPath':true,
        'sUrl':'theology.html'
    }]
},
{   'sTitle':'Is God Calling Me?',
    'bIsWebPath':true,
    'sUrl':'cod_calling_me.html',"childArray" : [
    {   'sTitle':'Conferences',
        'bIsWebPath':true,
        'sUrl':'conferences.html'
    },
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Useful Links',
    'bIsWebPath':true,
    'sUrl':'link.html'
},
{   'sTitle':'Conference Details',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Contact Details',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
