var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Exercises',
    'bIsWebPath':true,
    'sUrl':'exercises.html'
},
{   'sTitle':'Instructors',
    'bIsWebPath':true,
    'sUrl':'instructors.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Association',
    'bIsWebPath':true,
    'sUrl':'association.html'
},
{   'sTitle':'Maggie\'s',
    'bIsWebPath':true,
    'sUrl':'maggies.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
