var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'2011 Starring ...',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'2011 Brochure',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self'
},
{   sTitle:'2011 Photos',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self'
},
{   sTitle:'Treasure Hunt/Application Forms',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'Weblinks to Promoters/Performers',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
},
{   sTitle:'Venues',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
