var nav_9tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/index.htm'
},
{   'sTitle':'Bee Yard',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page2.htm'
},
{   'sTitle':'Wildlife Habitat',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page3.htm'
},
{   'sTitle':'Pollination',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page4.htm'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page5.htm'
},
{   'sTitle':'About us',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page6.htm',
    'sTarget':'_self'
},
{   'sTitle':'Photo Galleries',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page7.htm'
},
{   'bSeparatorAfter':true,
    'sTitle':'Links',
    'bIsExternal':true,
    'sUrl':'http://walkingacres.com/page8.htm',
    'sTarget':'_self'
}]
});
