var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Impact on Education - Silent Auction',
        bIsWebPath:true,
        sUrl:'impactoneducation.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    },
    {   sTitle:'Clubs and Groups',
        bIsWebPath:true,
        sUrl:'clubs.html'
    },
    {   sTitle:'Community Service',
        bIsWebPath:true,
        sUrl:'communityservice.html'
    }]
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'Our Business Partners',
    bIsWebPath:true,
    sUrl:'ourbusinesspartners.html',"childArray" : [
    {   sTitle:'Advertising Information',
        bIsWebPath:true,
        sUrl:'adinfo.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Members Site',
    bIsWebPath:true,
    sUrl:'memberssite.html'
}]
});