var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Why Native Plants?',
    bIsWebPath:true,
    sUrl:'whynativw.html'
},
{   sTitle:'Stock Lists',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Trees & Shrubs',
        bIsWebPath:true,
        sUrl:'trees_shrubs.html'
    },
    {   sTitle:'Sage & Rabbitbrush',
        bIsWebPath:true,
        sUrl:'sagerabbit.html'
    },
    {   sTitle:'Grasses',
        bIsWebPath:true,
        sUrl:'grasses.html'
    },
    {   sTitle:'Perennials',
        bIsWebPath:true,
        sUrl:'perennials.html'
    }]
},
{   sTitle:'Yard Art',
    bIsWebPath:true,
    sUrl:'yardart.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});