var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Location and history',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'contacts',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Methodist conection',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
