var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reed Beds',
    bIsWebPath:true,
    sUrl:'reedbeds.html'
},
{   sTitle:'Plants',
    bIsWebPath:true,
    sUrl:'plants.html'
},
{   sTitle:'Using Reeds',
    bIsWebPath:true,
    sUrl:'using reeds.html'
},
{   sTitle:'Nursery',
    bIsWebPath:true,
    sUrl:'nursery.html'
},
{   sTitle:'About Reeds',
    bIsWebPath:true,
    sUrl:'about reeds.html'
},
{   sTitle:'Links Page',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});