var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.shtml'
},
{   'sTitle':'News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Weather',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'weather.html'
},
{   'sTitle':'Politics',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'politics.html'
},
{   'sTitle':'Web Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Book List',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'books.html'
},
{   'sTitle':'Gospel Doctrine',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gospdoct.shtml',
    'sTarget':'_self'
}]
});
