var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News and Events',
    'bIsWebPath':true,
    'sUrl':'index2.html'
},
{   'sTitle':'About John-Paul',
    'bIsWebPath':true,
    'sUrl':'about-john-paul.html'
},
{   'sTitle':'Music and Film',
    'bIsWebPath':true,
    'sUrl':'kaplan-videos-music.html'
},
{   'sTitle':'Tour Dates',
    'bIsWebPath':true,
    'sUrl':'kaplan-tour-dates.html'
},
{   'sTitle':'Contact Information',
    'bIsWebPath':true,
    'sUrl':'book-john-paul.html'
}]
});
