var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Box Office',
    bIsWebPath:true,
    sUrl:'boxoffice.html'
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Audio',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Photo',
        bIsWebPath:true,
        sUrl:'photo.html'
    }]
},
{   sTitle:'Public Performances',
    bIsWebPath:true,
    sUrl:'public_performances.html'
},
{   sTitle:'Merchandise',
    bIsWebPath:true,
    sUrl:'merchandise.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
