var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HMA',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'welcome.html'
},
{   'sTitle':'Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html'
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html',"childArray" : [
    {   'sTitle':'Taekwon-Do',
        'bIsWebPath':true,
        'sUrl':'taekwondo.html',"childArray" : [
        {   'sTitle':'Student Area',
            'bIsWebPath':true,
            'sUrl':'students.html'
        }]
    },
    {   'sTitle':'Kickboxing',
        'bIsWebPath':true,
        'sUrl':'kickboxing.html'
    },
    {   'sTitle':'Jiu/Jitsu / Grappling',
        'bIsWebPath':true,
        'sUrl':'jiujitsu.html'
    },
    {   'sTitle':'Assault MMA',
        'bIsWebPath':true,
        'sUrl':'mma.html'
    },
    {   'sTitle':'Monavie',
        'bIsWebPath':true,
        'sUrl':'monavie.html'
    }]
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html'
    },
    {   'sTitle':'Photos',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    },
    {   'sTitle':'Harding TKD Forum',
        'bIsWebPath':true,
        'sUrl':'forum.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
