var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'National Voice Over Month HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'NVOM CONTRIBUTORS',
    bIsWebPath:true,
    sUrl:'voiceovercontributors.html'
},
{   sTitle:'NVOM CALENDAR',
    bIsWebPath:true,
    sUrl:'voiceovercalendar.html'
},
{   sTitle:'NVOM PROCLAMATION',
    bIsWebPath:true,
    sUrl:'voiceoverproclamation.html'
},
{   sTitle:'NVOM NEWS RELEASE',
    bIsWebPath:true,
    sUrl:'voiceovernews.html',"childArray" : [
    {   sTitle:'Info in Spanish',
        bIsWebPath:true,
        sUrl:'spanish.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Info in Turkish',
        bIsWebPath:true,
        sUrl:'newsinturkish.html'
    }]
},
{   sTitle:'Utilizing NVOM INFO',
    bIsWebPath:true,
    sUrl:'utilizingnvom.html',"childArray" : [
    {   sTitle:'Articles/Blogs',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Use this article',
        bIsWebPath:true,
        sUrl:'article-for-use.html'
    }]
}]
});
