var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Our Vision',
    'bIsWebPath':true,
    'sUrl':'ourvision.html'
},
{   'sTitle':'Contemplative Sisters',
    'bIsWebPath':true,
    'sUrl':'contemplativesisters.html'
},
{   'sTitle':'Social Justice',
    'bIsWebPath':true,
    'sUrl':'socialjustice.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
