var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Theatre Info',
    bIsWebPath:true,
    sUrl:'theatreinfo.html',
    sTarget:'_self'
},
{   sTitle:'Albums',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Summer Shows',
        bIsWebPath:true,
        sUrl:'summershows.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Music Hall 2001',
            bIsWebPath:true,
            sUrl:'musichall2001.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2002',
            bIsWebPath:true,
            sUrl:'music hall2002.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2003',
            bIsWebPath:true,
            sUrl:'musichall2003.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2004',
            bIsWebPath:true,
            sUrl:'musichall2004.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2005',
            bIsWebPath:true,
            sUrl:'musichall2005.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2006',
            bIsWebPath:true,
            sUrl:'musichall2006.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2007',
            bIsWebPath:true,
            sUrl:'musichall2007.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Hall 2008',
            bIsWebPath:true,
            sUrl:'musichall2008.html',
            sTarget:'_self'
        },
        {   sTitle:'Showtime 2009',
            bIsWebPath:true,
            sUrl:'showtime 2009.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Gorleston Theatre Company',
        bIsWebPath:true,
        sUrl:'gorlestontheatrecompany.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Now That\'s What I Call Broadway',
            bIsWebPath:true,
            sUrl:'nowthatswhaticallbroadwat.html',
            sTarget:'_self'
        },
        {   sTitle:'Ali BaBa 2010',
            bIsWebPath:true,
            sUrl:'alibaba2010.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'St. Cecilia\'s Choir',
        bIsWebPath:true,
        sUrl:'stceciliaschoir.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'purchase.html',
    sTarget:'_self'
}]
});