var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Kyoshi Phil Morgan',
    'bIsWebPath':true,
    'sUrl':'kyoshi.html'
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html'
},
{   'sTitle':'Staff & Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Awards/Patches',
    'bIsWebPath':true,
    'sUrl':'awards.html'
},
{   'sTitle':'Photo Album',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html'
}]
});
