var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'sch.htm',"childArray" : [
    {   sTitle:'Program Highlights',
        bIsWebPath:true,
        sUrl:'info.htm'
    }]
},
{   sTitle:'Podcasts',
    bIsWebPath:true,
    sUrl:'podcasts.html',"childArray" : [
    {   sTitle:'Bishop John Noonan Podcasts',
        bIsWebPath:true,
        sUrl:'noonan.html'
    },
    {   sTitle:'Dom and Doug Podcasts',
        bIsWebPath:true,
        sUrl:'domdougpodcast.html'
    },
    {   sTitle:'Bill Gent Podcasts',
        bIsWebPath:true,
        sUrl:'billgent.html'
    },
    {   sTitle:'Carolyn Dean 2012',
        bIsWebPath:true,
        sUrl:'carolyndeanpodcast2012.html'
    },
    {   sTitle:'Carolyn Dean 2011 - December',
        bIsWebPath:true,
        sUrl:'carolyndean.html'
    },
    {   sTitle:'Carolyn Dean 2011 - September',
        bIsWebPath:true,
        sUrl:'carolyndeanarchive.html'
    },
    {   sTitle:'Sharathon November 2011',
        bIsWebPath:true,
        sUrl:'sharathonnovember2011.html'
    },
    {   sTitle:'Sharathon April 2011',
        bIsWebPath:true,
        sUrl:'sharathonapril2011.html'
    }]
},
{   sTitle:'Mission',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'PSA Request Form',
    bIsWebPath:true,
    sUrl:'PSARequestForm.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm',"childArray" : [
    {   sTitle:'Divine Mercy Chaplet',
        bIsWebPath:true,
        sUrl:'chaplet.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'AM Radio Reception',
        bIsWebPath:true,
        sUrl:'amradioreception.html'
    }]
},
{   sTitle:'Support Us',
    bIsWebPath:true,
    sUrl:'supportus.html',"childArray" : [
    {   sTitle:'Corporate Sponsors',
        bIsWebPath:true,
        sUrl:'corporatesponsors.html'
    },
    {   sTitle:'Founder\'s Club',
        bIsWebPath:true,
        sUrl:'foundersclub.html'
    },
    {   sTitle:'Vehicle Donation',
        bIsWebPath:true,
        sUrl:'vehicledonation.html'
    }]
},
{   sTitle:'Testimony',
    bIsWebPath:true,
    sUrl:'testimony.html'
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'picturegallery.html'
}]
});
