var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us_p2.html',"childArray" : [
    {   sTitle:'Our History',
        bIsWebPath:true,
        sUrl:'history_p3.html'
    }]
},
{   sTitle:'What Is Happening',
    bIsWebPath:true,
    sUrl:'happening_p20.html',"childArray" : [
    {   sTitle:'Sunday Worship',
        bIsWebPath:true,
        sUrl:'sunday_worship_p5.html'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar_p6.html'
    },
    {   sTitle:'Messenger Newsletter Archive',
        bIsWebPath:true,
        sUrl:'messenger_archive_p7.html'
    },
    {   sTitle:'Prayer Chain',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Contact Information',
    bIsWebPath:true,
    sUrl:'contact_p8.html',"childArray" : [
    {   sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map_p9.html'
    }]
},
{   sTitle:'Favorites',
    bIsWebPath:true,
    sUrl:'favorites_p10.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page13.html'
}]
});