var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Auditions',
    'bIsWebPath':true,
    'sUrl':'auditions.html'
},
{   'sTitle':'Productions',
    'bIsWebPath':true,
    'sUrl':'productions.html',"childArray" : [
    {   'sTitle':'CINDERELLA CAST & PARENT PAGE',
        'bIsWebPath':true,
        'sUrl':'oliver.html'
    }]
},
{   'sTitle':'Buy Tickets Online',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Reviews',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
