var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'教会案内',
    bIsWebPath:true,
    sUrl:'churchintro.html'
},
{   sTitle:'説教ページ',
    bIsWebPath:true,
    sUrl:'sermons.html'
},
{   sTitle:'リンク',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
