var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Festival Information',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Educational Theatre Association',
    sUrl:'http://www.schooltheatre.org',
    sTarget:'_blank'
},
{   sTitle:'NCTAE',
    sUrl:'http://www.nctae.org',
    sTarget:'_blank'
},
{   sTitle:'NCTC',
    sUrl:'http://www.nctc.org',
    sTarget:'_blank'
}]
});
