var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Next Production',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Musical Director',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
}]
});