var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'What\'s on',
    'bIsWebPath':true,
    'sUrl':'What\'s On.html',"childArray" : [
    {   'sTitle':'The CallBoy',
        'bIsWebPath':true,
        'sUrl':'The CallBoy.html'
    }]
},
{   'sTitle':'Auditions',
    'bIsWebPath':true,
    'sUrl':'All Auditions.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About Us.html',"childArray" : [
    {   'sTitle':'Membership',
        'bIsWebPath':true,
        'sUrl':'Membership.html'
    }]
},
{   'sTitle':'Tickets',
    'bIsWebPath':true,
    'sUrl':'Tickets.html'
},
{   'sTitle':'Youth',
    'bIsWebPath':true,
    'sUrl':'Youth.html'
},
{   'sTitle':'New Theatre',
    'bIsWebPath':true,
    'sUrl':'NewTheatre.html'
},
{   'sTitle':'Past Shows',
    'bIsWebPath':true,
    'sUrl':'Past Shows.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'Members.html'
}]
});
