var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
},
{   sTitle:'station',
    bIsWebPath:true,
    sUrl:'station.html',
    sTarget:'_self'
},
{   sTitle:'scenery pics',
    bIsWebPath:true,
    sUrl:'scenery.html',
    sTarget:'_self'
},
{   sTitle:'qsl info',
    bIsWebPath:true,
    sUrl:'qsl.html',
    sTarget:'_self'
},
{   sTitle:'log search',
    bIsWebPath:true,
    sUrl:'log.html',
    sTarget:'_self'
},
{   sTitle:'quad',
    bIsWebPath:true,
    sUrl:'quad.html',
    sTarget:'_self'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsExternal:true,
    sUrl:'mailto:rob@zl3rg.com'
},
{   sTitle:'guestbook',
    bIsExternal:true,
    sUrl:'http://users3.smartgb.com/g/g.php?a=s&i=g35-13682-02'
}]
});