var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Exhibitors',
    bIsWebPath:true,
    sUrl:'exhibitors.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gov Partners',
        bIsWebPath:true,
        sUrl:'govpartners.html',
        sTarget:'_self'
    },
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'mediapartners.html',
        sTarget:'_self'
    },
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'sponsors.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Program',
    bIsWebPath:true,
    sUrl:'program.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Presentations',
            bIsWebPath:true,
            sUrl:'presentations.html',
            sTarget:'_self'
        },
        {   sTitle:'Films',
            bIsWebPath:true,
            sUrl:'films.html',
            sTarget:'_self'
        },
        {   sTitle:'Music',
            bIsWebPath:true,
            sUrl:'entertainment.html',
            sTarget:'_self'
        },
        {   sTitle:'Kids Corner',
            bIsWebPath:true,
            sUrl:'kids.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Preview Party',
            bIsWebPath:true,
            sUrl:'preview.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Awards',
                bIsWebPath:true,
                sUrl:'awards.html',
                sTarget:'_self',"childArray" : [
                {   sTitle:'Honorees',
                    bIsWebPath:true,
                    sUrl:'honorees.html',
                    sTarget:'_self'
                }]
            }]
        },
        {   sTitle:'Careers',
            bIsWebPath:true,
            sUrl:'careers.html',
            sTarget:'_self'
        },
        {   sTitle:'Parade',
            bIsWebPath:true,
            sUrl:'parade.html',
            sTarget:'_self'
        },
        {   sTitle:'P4P Party',
            bIsWebPath:true,
            sUrl:'p4p.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'About ',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html',
        sTarget:'_self'
    },
    {   sTitle:'Media',
        bIsWebPath:true,
        sUrl:'media.html',
        sTarget:'_self'
    },
    {   sTitle:'Advertising',
        bIsWebPath:true,
        sUrl:'advertising.html',
        sTarget:'_self'
    },
    {   sTitle:'Earth Day',
        bIsWebPath:true,
        sUrl:'earthday.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Maps',
    bIsWebPath:true,
    sUrl:'maps.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Layout',
        bIsWebPath:true,
        sUrl:'layout.html',
        sTarget:'_self'
    },
    {   sTitle:'Lodging',
        bIsWebPath:true,
        sUrl:'lodging.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Participate',
    bIsWebPath:true,
    sUrl:'participate.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Volunteer',
        bIsWebPath:true,
        sUrl:'volunteer.html',
        sTarget:'_self'
    },
    {   sTitle:'Promote',
        bIsWebPath:true,
        sUrl:'promote.html',
        sTarget:'_self'
    },
    {   sTitle:'Connect',
        bIsWebPath:true,
        sUrl:'connect.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Blog',
            bIsWebPath:true,
            sUrl:'newsblog.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'5K Race',
        bIsWebPath:true,
        sUrl:'run.html',
        sTarget:'_self'
    }]
}]
});