var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Characters',
    bIsWebPath:true,
    sUrl:'characters.htm'
},
{   sTitle:'Scenarios',
    bIsWebPath:true,
    sUrl:'scenarios.htm'
},
{   sTitle:'Titles',
    bIsWebPath:true,
    sUrl:'titles.htm'
},
{   sTitle:'Images',
    bIsWebPath:true,
    sUrl:'images.htm'
},
{   sTitle:'Random',
    bIsWebPath:true,
    sUrl:'random.htm'
},
{   sTitle:'First Lines',
    bIsWebPath:true,
    sUrl:'firstlines.htm'
},
{   sTitle:'Twist in the Tale',
    bIsWebPath:true,
    sUrl:'twist.html'
},
{   sTitle:'Library',
    bIsWebPath:true,
    sUrl:'library.htm'
}]
});
