var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Theater Events',
    bIsWebPath:true,
    sUrl:'theater_events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tickets',
        bIsWebPath:true,
        sUrl:'tickets.html'
    },
    {   sTitle:'About Events',
        bIsWebPath:true,
        sUrl:'aboutevents.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Open Studio',
        bIsWebPath:true,
        sUrl:'openstudio.html',
        sTarget:'_self'
    },
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'workshops.html'
    },
    {   sTitle:'Art Club',
        bIsWebPath:true,
        sUrl:'artclub.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Camps',
    bIsWebPath:true,
    sUrl:'camps.html',"childArray" : [
    {   sTitle:'Seasonal Camps',
        bIsWebPath:true,
        sUrl:'seasonal_camps.html'
    },
    {   sTitle:'Summer Camps',
        bIsWebPath:true,
        sUrl:'summer_camps.html'
    }]
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'parties.html',"childArray" : [
    {   sTitle:'Gifts & Favors',
        bIsWebPath:true,
        sUrl:'partygifts_andfavors.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Donate',
        bIsWebPath:true,
        sUrl:'donate.html',
        sTarget:'_self'
    },
    {   sTitle:'Press',
        bIsWebPath:true,
        sUrl:'press.html',
        sTarget:'_self'
    },
    {   sTitle:'Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html',
        sTarget:'_self'
    }]
}]
});
