var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.htm'
},
{   'sTitle':'Recent Shows',
    'bIsWebPath':true,
    'sUrl':'lastshow.htm'
},
{   'sTitle':'Next Show',
    'bIsWebPath':true,
    'sUrl':'nextshow.htm'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'pastprod.htm'
},
{   'sTitle':'Costume Hire',
    'bIsWebPath':true,
    'sUrl':'hire.htm'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.htm'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.htm'
}]
});
