var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Martial Arts',
    bIsWebPath:true,
    sUrl:'jiulong.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'jiulong-history.html'
    },
    {   sTitle:'Martial Art',
        bIsWebPath:true,
        sUrl:'jiulong-martialart.html'
    },
    {   sTitle:'Health Arts',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',"childArray" : [
    {   sTitle:'Dragon Rolling the Pearl',
        bIsWebPath:true,
        sUrl:'classes-drp.html'
    },
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'workshops.html'
    }]
},
{   sTitle:'Instructors',
    bIsWebPath:true,
    sUrl:'instructors.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
