var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsExternal:true,
    sUrl:'http://www.company.com',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Noticeboard',
        bIsWebPath:true,
        sUrl:'noticeboard.html',
        sTarget:'_self'
    },
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'publications.html',
    sTarget:'_self'
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'education.html',
    sTarget:'_self'
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html',
    sTarget:'_self'
},
{   sTitle:'Join',
    bIsWebPath:true,
    sUrl:'join.html',
    sTarget:'_self'
},
{   sTitle:'Donations',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
