var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Members Only Area',
        bIsWebPath:true,
        sUrl:'members.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'About Chikara Budokai',
        bIsWebPath:true,
        sUrl:'chikara_budokai.html'
    },
    {   sTitle:'About Sensei Ross Greenberg',
        bIsWebPath:true,
        sUrl:'sensei_ross_greenberg.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Instructor Locations',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'Illinois',
        bIsWebPath:true,
        sUrl:'il.html'
    },
    {   sTitle:'New York',
        bIsWebPath:true,
        sUrl:'ny.html'
    }]
},
{   sTitle:'Media Library',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'page13.html',"childArray" : [
        {   sTitle:'Sensei',
            bIsWebPath:true,
            sUrl:'page25.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Our Students',
        bIsWebPath:true,
        sUrl:'page19.html',"childArray" : [
        {   sTitle:'Military',
            bIsWebPath:true,
            sUrl:'page20.html'
        },
        {   sTitle:'Illinois',
            bIsWebPath:true,
            sUrl:'page21.html'
        },
        {   sTitle:'New York',
            bIsWebPath:true,
            sUrl:'page22.html'
        },
        {   sTitle:'North Carolina',
            bIsWebPath:true,
            sUrl:'page23.html'
        },
        {   sTitle:'Florida',
            bIsWebPath:true,
            sUrl:'page24.html'
        }]
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Uniforms',
        bIsWebPath:true,
        sUrl:'uniforms.html',
        sTarget:'_self'
    },
    {   sTitle:'Patches',
        bIsWebPath:true,
        sUrl:'patches.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});