var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wildbird Feeders',
    bIsWebPath:true,
    sUrl:'wlidbird feeders.html'
},
{   sTitle:'Fountains Bird Baths',
    bIsWebPath:true,
    sUrl:'fountainsnbaths.html',
    sTarget:'_self'
},
{   sTitle:'Figurines and Decor',
    bIsWebPath:true,
    sUrl:'figuresndecor.html',
    sTarget:'_self'
},
{   sTitle:'Bird Houses',
    bIsWebPath:true,
    sUrl:'birdhouses.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bird Houses page 2',
        bIsWebPath:true,
        sUrl:'birdhouses2.html',
        sTarget:'_self'
    },
    {   sTitle:'Bird Houses page 3',
        bIsWebPath:true,
        sUrl:'birdhouses3.html',
        sTarget:'_self'
    },
    {   sTitle:'Bird Houses page 4',
        bIsWebPath:true,
        sUrl:'birdhouses4.html',
        sTarget:'_self'
    },
    {   sTitle:'Bird Houses page 5',
        bIsWebPath:true,
        sUrl:'birdhouses5.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Contact page.',
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});