var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Poems',
    bIsWebPath:true,
    sUrl:'poems.html'
},
{   sTitle:'Compositions',
    bIsWebPath:true,
    sUrl:'compositions.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'books.html',"childArray" : [
    {   sTitle:'Lacey Stinson, artist',
        bIsExternal:true,
        sUrl:'http://www.dancingokra.com',
        sTarget:'_blank'
    },
    {   sTitle:'Debra Faircloth, writer',
        bIsExternal:true,
        sUrl:'http://www.dancingokra.com/debra_faircloth.html',
        sTarget:'_blank'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
