var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'history',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'records',
    bIsWebPath:true,
    sUrl:'records.html'
}]
});