var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo-gallery.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training_schedule_pricing.html',"childArray" : [
    {   'sTitle':'500-Hour Training',
        'bIsWebPath':true,
        'sUrl':'500_hour_training.html'
    }]
},
{   'sTitle':'Syllabus',
    'bIsWebPath':true,
    'sUrl':'syllabus.html'
},
{   'sTitle':'Reading List',
    'bIsWebPath':true,
    'sUrl':'reading_list.html'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources_links.html'
},
{   'sTitle':'Retreats',
    'bIsWebPath':true,
    'sUrl':'retreats.html'
},
{   'sTitle':'Workshops',
    'bIsWebPath':true,
    'sUrl':'workshops.html',"childArray" : [
    {   'sTitle':'Instructing Through Touch',
        'bIsWebPath':true,
        'sUrl':'instructing_through_touch.html'
    },
    {   'sTitle':'Yoga as Therapy',
        'bIsWebPath':true,
        'sUrl':'yoga_as_therapy.html'
    },
    {   'sTitle':'Yoga as Therapy Part 2',
        'bIsWebPath':true,
        'sUrl':'yoga_as_therapy_part2.html'
    }]
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar_of_events.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
