var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Welcome to The Equestrian Counselor!',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'About the Students',
    'sTitle':'Students',
    'bIsWebPath':true,
    'sUrl':'students.html',"childArray" : [
    {   'sDescription':'News',
        'sTitle':'News',
        'bIsWebPath':true,
        'sUrl':'news.html'
    },
    {   'sDescription':'Student Photo Gallery',
        'sTitle':'Student Photos',
        'bIsWebPath':true,
        'sUrl':'studentphotos.html'
    },
    {   'sDescription':'Testimonials',
        'sTitle':'Testimonials',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'testimonials.html',
        'sTarget':'_self'
    }]
},
{   'sDescription':'Services & Fees',
    'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sDescription':'Schedule of Events',
    'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sDescription':'Training Resources',
    'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html',"childArray" : [
    {   'sTitle':'News',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'news.html',
        'sTarget':'_self'
    },
    {   'sDescription':'Links',
        'sTitle':'Links',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'links.html',
        'sTarget':'_self'
    }]
},
{   'sDescription':'Meet Candece Niss!',
    'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Resources',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'resources.html',
        'sTarget':'_self'
    },
    {   'sDescription':'E.C. Photo Gallery',
        'sTitle':'Photos',
        'bIsWebPath':true,
        'sUrl':'gallery.html'
    },
    {   'sDescription':'Testimonials from Students of "The Equestrian Counselor"',
        'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sDescription':'Items for Sale!',
    'sTitle':'Classifieds',
    'bIsWebPath':true,
    'sUrl':'classfieds.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sDescription':'Contact Information for "The Equestrian Counselor"',
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
