var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tickets',
    bIsWebPath:true,
    sUrl:'tickets.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
