var customNavTree24 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'SERIAC HOME PAGE',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SERIAC NEWS',
    bIsWebPath:true,
    sUrl:'seriacnews.html'
},
{   sTitle:'FESTIVALS',
    bIsWebPath:true,
    sUrl:'festivals.html'
},
{   sTitle:'SPECIAL EVENTS',
    bIsWebPath:true,
    sUrl:'specialevents.html'
},
{   sTitle:'CLUBS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});
