var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'About Us',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#About'
    },
    {   sTitle:'Lineage',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#Lineage'
    },
    {   sTitle:'Instructors',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#Instructors'
    }]
},
{   sTitle:'Schedule & Dues',
    bIsWebPath:true,
    sUrl:'schedule.html',"childArray" : [
    {   sTitle:'Schedule',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'schedule.html#Schedule'
    },
    {   sTitle:'Dues',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'schedule.html#Dues'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Newsletters',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'events.html#Newsletters'
    },
    {   sTitle:'Upcoming Events',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'events.html#Upcoming'
    },
    {   sTitle:'Past Events',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'events.html#Past'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Social Events',
        bIsWebPath:true,
        sUrl:'socialevents.html'
    },
    {   sTitle:'Uchi Deshi',
        bIsWebPath:true,
        sUrl:'uchideshi.html'
    },
    {   sTitle:'Seminars',
        bIsWebPath:true,
        sUrl:'seminars.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
