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