var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sDescription:'Printed Diocesan News Bulletin',
        sTitle:'Noticias',
        bIsWebPath:true,
        sUrl:'noticias.html'
    }]
},
{   sTitle:'Vision',
    bIsWebPath:true,
    sUrl:'vision.html'
},
{   sTitle:'Churches',
    bIsWebPath:true,
    sUrl:'churches.html'
},
{   sTitle:'Mission',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Outreach',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Seminary',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Schools',
    bIsWebPath:true,
    sUrl:'schools.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Youth',
    bIsWebPath:true,
    sUrl:'page11a.html'
},
{   sTitle:'Prayer',
    bIsWebPath:true,
    sUrl:'prayer.html'
},
{   sTitle:'Photos 1',
    bIsWebPath:true,
    sUrl:'photos1.html'
}]
});
