var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Down Kenyon Lane is a series of Childrens books by Alan Logan. There are five books in all and the first two are online ready for download.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Sledgey Hammer and The Ivy Street Gang',
        bIsWebPath:true,
        sUrl:'book1.html'
    },
    {   sTitle:'Spadey and Clunky',
        bIsWebPath:true,
        sUrl:'book2.html'
    },
    {   sTitle:'Bin Day',
        bIsWebPath:true,
        sUrl:'book3.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
