var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'This week at St Mary\'s Iron Mountain',
    sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Orthodoxy',
    bIsWebPath:true,
    sUrl:'orthodoxy.html',"childArray" : [
    {   sTitle:'worship',
        bIsWebPath:true,
        sUrl:'worship.html'
    },
    {   sTitle:'Icons',
        bIsWebPath:true,
        sUrl:'icons.html'
    },
    {   sTitle:'Scripture',
        bIsWebPath:true,
        sUrl:'scripture.html'
    },
    {   sTitle:'Saints',
        bIsWebPath:true,
        sUrl:'saints.html',"childArray" : [
        {   sTitle:'St Nicholas',
            bIsWebPath:true,
            sUrl:'nicholas.html'
        }]
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'histry.html'
    },
    {   sTitle:'Feast Days',
        bIsWebPath:true,
        sUrl:'feast.html',"childArray" : [
        {   sTitle:'Theophany',
            bIsWebPath:true,
            sUrl:'theophany.html'
        }]
    }]
},
{   sTitle:'Calendar of Events',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
