var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Evangel',
    bIsWebPath:true,
    sUrl:'evangel.html',"childArray" : [
    {   sTitle:'Evangel 2',
        bIsWebPath:true,
        sUrl:'page37.html'
    }]
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html'
},
{   sTitle:'St. Peter Lutheran School',
    bIsWebPath:true,
    sUrl:'spels.html',"childArray" : [
    {   sTitle:'School Calendar 2009-2010',
        bIsWebPath:true,
        sUrl:'schcal.html'
    },
    {   sTitle:'Lilltle Lambs Brochure',
        bIsWebPath:true,
        sUrl:'page35a.html',"childArray" : [
        {   sTitle:'LL brochure p.2',
            bIsWebPath:true,
            sUrl:'page43.html'
        }]
    },
    {   sTitle:'Little Lambs application',
        bIsWebPath:true,
        sUrl:'page36a.html'
    },
    {   sTitle:'Bulletin Board',
        bIsWebPath:true,
        sUrl:'bulletinboard.html',"childArray" : [
        {   sTitle:'School Calendar',
            bIsWebPath:true,
            sUrl:'page46.html'
        }]
    },
    {   sTitle:'Little Lamb\'s calendar',
        bIsWebPath:true,
        sUrl:'page45.html'
    },
    {   sTitle:'Parent letter',
        bIsWebPath:true,
        sUrl:'page49.html'
    },
    {   sTitle:'School Supplies',
        bIsWebPath:true,
        sUrl:'page50.html'
    },
    {   sTitle:'Supplies p.2',
        bIsWebPath:true,
        sUrl:'page51.html'
    }]
},
{   sTitle:'About Us!',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Church windows',
        bIsWebPath:true,
        sUrl:'page35.html'
    }]
},
{   sTitle:'Sermon',
    bIsWebPath:true,
    sUrl:'page42aa.html'
}]
});