var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dojo',
    bIsWebPath:true,
    sUrl:'dojo.html',
    sTarget:'_self'
},
{   sTitle:'Sensei',
    bIsWebPath:true,
    sUrl:'sensei.html',
    sTarget:'_self'
},
{   sTitle:'Isshinryu',
    bIsWebPath:true,
    sUrl:'isshinryu.html',
    sTarget:'_self'
},
{   sTitle:'Hours',
    bIsWebPath:true,
    sUrl:'hours.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Testimony',
    bIsWebPath:true,
    sUrl:'testimony.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});