var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bible Schools',
    bIsWebPath:true,
    sUrl:'BibleSchools.html',
    sTarget:'_self'
},
{   sTitle:'Finances',
    bIsWebPath:true,
    sUrl:'Finances.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Saving for the Field',
        bIsWebPath:true,
        sUrl:'savingforthefield.html',
        sTarget:'_self'
    },
    {   sTitle:'Cutting Costs',
        bIsWebPath:true,
        sUrl:'cuttingcosts.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Language Tools',
    bIsWebPath:true,
    sUrl:'language.html',
    sTarget:'_self'
},
{   sTitle:'Mission Boards',
    bIsWebPath:true,
    sUrl:'missionboards.html',
    sTarget:'_self'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'Music.html',
    sTarget:'_self'
},
{   sTitle:'Printing',
    bIsWebPath:true,
    sUrl:'printing.html',
    sTarget:'_self'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Free Writings',
        bIsWebPath:true,
        sUrl:'Writings.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Shipping',
    bIsWebPath:true,
    sUrl:'shipping.html',
    sTarget:'_self'
},
{   sTitle:'Technology',
    bIsWebPath:true,
    sUrl:'technology.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Communications',
        bIsWebPath:true,
        sUrl:'communications.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'VOIP',
            bIsWebPath:true,
            sUrl:'VOIP.html',
            sTarget:'_self'
        },
        {   sTitle:'Wireless Broadband',
            bIsWebPath:true,
            sUrl:'wirelessbroadband.html',
            sTarget:'_self'
        },
        {   sTitle:' Make a PDF Prayer Letter',
            bIsWebPath:true,
            sUrl:'pdfprayerletter.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Travel',
    bIsWebPath:true,
    sUrl:'Travel.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Track a Flight',
        bIsWebPath:true,
        sUrl:'flighttracking.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'Web Design.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Why Have a Website',
        bIsWebPath:true,
        sUrl:'whyhaveawebsite.html',
        sTarget:'_self'
    },
    {   sTitle:'WebPlus Templates',
        bIsWebPath:true,
        sUrl:'webplustemplates.html',
        sTarget:'_self'
    },
    {   sTitle:'Why WebPlus',
        bIsWebPath:true,
        sUrl:'whywebplus.html',
        sTarget:'_self'
    }]
},
{   sTitle:'World Religions',
    bIsWebPath:true,
    sUrl:'WorldReligions.html',
    sTarget:'_self'
}]
});