var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Box Office',
    bIsWebPath:true,
    sUrl:'boxoffice.html'
},
{   sTitle:'Productions',
    bIsWebPath:true,
    sUrl:'productions.html',"childArray" : [
    {   sTitle:'Beauty & The Beast',
        bIsWebPath:true,
        sUrl:'batb.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
