var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about-us.html',"childArray" : [
    {   'sTitle':'What is Kempo ?',
        'bIsWebPath':true,
        'sUrl':'wik.html'
    },
    {   'sTitle':'About Our System',
        'bIsWebPath':true,
        'sUrl':'about-our-system.html'
    }]
},
{   'sTitle':'Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html',"childArray" : [
    {   'sTitle':'Kozuki \'\'MR. K\'\' Russell, O\'Sensei',
        'bIsWebPath':true,
        'sUrl':'kozuki-russell.html'
    },
    {   'sTitle':'Sabato Anthony, Grandmaster',
        'bIsWebPath':true,
        'sUrl':'anthony-sabato.html'
    },
    {   'sTitle':' Riccobono Joey, Hanshi',
        'bIsWebPath':true,
        'sUrl':'joey_riccobono.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact/contact-us.html'
}]
});
