var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WEB',
    bIsWebPath:true,
    sUrl:'webservices.html'
},
{   sTitle:'MINISTRY',
    bIsWebPath:true,
    sUrl:'ministrysolutions.html'
},
{   sTitle:'RESOURCES',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'VisionProVision.com',
        bIsWebPath:true,
        sUrl:'visionprovisioncom.html'
    },
    {   sTitle:'FaithDirectories',
        bIsWebPath:true,
        sUrl:'faithdirectories.html'
    },
    {   sTitle:'BookBankMinistries',
        bIsWebPath:true,
        sUrl:'bookbankministries.html'
    },
    {   sTitle:'Secret Place',
        bIsWebPath:true,
        sUrl:'secretplace.html'
    }]
}]
});
