var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABR 2010',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'ABR 2009',
        bIsWebPath:true,
        sUrl:'page25.html',
        sTarget:'_self'
    },
    {   sTitle:'ABR 2008',
        bIsWebPath:true,
        sUrl:'page26.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Big \'Uns',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'page24.html',
    sTarget:'_self'
}]
});