var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'workshops.html'
    }]
},
{   sTitle:'Theatre',
    bIsWebPath:true,
    sUrl:'theater.html',"childArray" : [
    {   sTitle:'Season',
        bIsWebPath:true,
        sUrl:'season.html'
    },
    {   sTitle:'Tickets',
        bIsWebPath:true,
        sUrl:'tickets.html'
    },
    {   sTitle:'Matinees & Touring',
        bIsWebPath:true,
        sUrl:'mats_and_touring.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'
}]
});
