var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'history-introduction.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Introduction',
            bIsWebPath:true,
            sUrl:'history-introduction.html'
        },
        {   sTitle:'Pre-Opera Years',
            bIsWebPath:true,
            sUrl:'history-pre-opera-years.html'
        },
        {   sTitle:'Early Stage Performances',
            bIsWebPath:true,
            sUrl:'history-early-stage-performances.html'
        },
        {   sTitle:'Hastings Opera',
            bIsWebPath:true,
            sUrl:'history-hastings-opera.html'
        },
        {   sTitle:'Opera South East',
            bIsWebPath:true,
            sUrl:'history-opera-south-east.html'
        }]
    }]
},
{   sTitle:'Productions',
    bIsWebPath:true,
    sUrl:'spring-2011-hms-pinafore.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Next Production',
        bIsWebPath:true,
        sUrl:'spring-2012-nabucco.html',
        sTarget:'_self'
    },
    {   sTitle:'Future Events',
        bIsWebPath:true,
        sUrl:'future-events.html',
        sTarget:'_self'
    },
    {   sTitle:'Past Productions',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'2000 to present',
            bIsWebPath:true,
            sUrl:'past-productions-2000-onwards.html',
            sTarget:'_self'
        },
        {   sTitle:'Pre 2000',
            bIsWebPath:true,
            sUrl:'past-productions-pre-2000.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact-opera-south-east.html'
}]
});
