var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'involved.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photos.html',"childArray" : [
        {   sTitle:'Akron Civic Event',
            bIsWebPath:true,
            sUrl:'lovecivic.html'
        },
        {   sTitle:'Akron Civic Teasers',
            bIsWebPath:true,
            sUrl:'prelovecivic.html'
        }]
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
