var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'welcome.html'
},
{   sTitle:'Beliefs',
    bIsWebPath:true,
    sUrl:'beliefs.html',"childArray" : [
    {   sTitle:'Beliefspg2',
        bIsWebPath:true,
        sUrl:'beliefspg2.html'
    },
    {   sTitle:'Beliefspg3',
        bIsWebPath:true,
        sUrl:'beliefspg3.html'
    },
    {   sTitle:'Beliefspg4',
        bIsWebPath:true,
        sUrl:'beliefspg4.html'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sTitle:'Outreach Ministries',
        bIsWebPath:true,
        sUrl:'outreachministries.html'
    },
    {   sTitle:'Helps Ministries',
        bIsWebPath:true,
        sUrl:'helpsministries.html'
    },
    {   sTitle:'Family Ministries',
        bIsWebPath:true,
        sUrl:'familyministries.html'
    },
    {   sTitle:'Ministerial Ministries',
        bIsWebPath:true,
        sUrl:'ministerialministries.html'
    }]
},
{   sTitle:'TOP Academy',
    bIsWebPath:true,
    sUrl:'topacademy.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html',"childArray" : [
    {   sTitle:'Pastor\'s Itinerary',
        bIsWebPath:true,
        sUrl:'pastoritinerary.html'
    },
    {   sTitle:'Pastor\'s Word of the Day',
        bIsWebPath:true,
        sUrl:'wordoftheday.html'
    },
    {   sTitle:'TOP Uniontown',
        bIsWebPath:true,
        sUrl:'topuniontown.html'
    },
    {   sTitle:'Victory In Praise 2012 Conference',
        bIsWebPath:true,
        sUrl:'vip2012conference.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Products Order Page',
        bIsWebPath:true,
        sUrl:'productsorderpage.html'
    },
    {   sTitle:'Sermons',
        bIsWebPath:true,
        sUrl:'sermons.html',"childArray" : [
        {   sTitle:'Having Faith Video',
            bIsWebPath:true,
            sUrl:'havingfaith.html'
        },
        {   sTitle:'At The Well Video',
            bIsWebPath:true,
            sUrl:'atthewell.html'
        },
        {   sTitle:'Purpose Behind Preaching',
            bIsWebPath:true,
            sUrl:'purposebehindpreaching.html'
        },
        {   sTitle:'Audience of One Video',
            bIsWebPath:true,
            sUrl:'audienceofone.html'
        }]
    },
    {   sTitle:'VIP 2011 Conference',
        bIsWebPath:true,
        sUrl:'vip2011conference.html',"childArray" : [
        {   sTitle:'VIP 2011 Emanuel Cross',
            bIsWebPath:true,
            sUrl:'vip2011confcross.html'
        },
        {   sTitle:'VIP 2011 Marvin Sapp',
            bIsWebPath:true,
            sUrl:'vip2011confsapp.html'
        },
        {   sTitle:'VIP 2011 Frederick Hardy',
            bIsWebPath:true,
            sUrl:'vip2011confhardy.html'
        },
        {   sTitle:'VIP 2011 Dorinda Clark-Cole',
            bIsWebPath:true,
            sUrl:'vip2011confcole.html'
        }]
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    }]
},
{   sTitle:'Media Links',
    bIsWebPath:true,
    sUrl:'medialinks.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
