var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Kirsty Strahan',
        bIsWebPath:true,
        sUrl:'kirsty.html',
        sTarget:'_self'
    },
    {   sTitle:'Keegan Friel',
        bIsWebPath:true,
        sUrl:'keegan.html',
        sTarget:'_self'
    }]
},
{   sTitle:'RED Youth Theatre',
    bIsWebPath:true,
    sUrl:'redy.html'
},
{   sTitle:'Productions',
    bIsWebPath:true,
    sUrl:'productions.html',"childArray" : [
    {   sTitle:'Tally\'s Blood',
        bIsWebPath:true,
        sUrl:'tallysblood.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Related Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
