var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Audio',
    bIsWebPath:true,
    sUrl:'audio.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'books.html'
},
{   sTitle:'Broadcast',
    bIsWebPath:true,
    sUrl:'broadcast.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'agency.html'
},
{   sTitle:'Mobile',
    bIsWebPath:true,
    sUrl:'mobile.html'
},
{   sTitle:'Podcasts',
    bIsWebPath:true,
    sUrl:'podcasts.html',"childArray" : [
    {   sTitle:'Sowerby and Luff',
        bIsWebPath:true,
        sUrl:'sowerbyandluff/home.html'
    },
    {   sTitle:'Comedy 365',
        bIsWebPath:true,
        sUrl:'comedy365/index.html'
    },
    {   sTitle:'Explicit Biscuit',
        bIsWebPath:true,
        sUrl:'explicitbiscuit.html'
    },
    {   sTitle:'Fluffy TV',
        bIsWebPath:true,
        sUrl:'fluffytv.html'
    },
    {   sTitle:'Loz n Belly',
        bIsWebPath:true,
        sUrl:'loznbelly.html'
    }]
},
{   sTitle:'Press ',
    bIsWebPath:true,
    sUrl:'bullcomedy/press.html'
},
{   sTitle:'Radio',
    bIsWebPath:true,
    sUrl:'radio.html'
},
{   sTitle:'Scriptwriting',
    bIsWebPath:true,
    sUrl:'television/scriptwriting.html'
},
{   sTitle:'Stage',
    bIsWebPath:true,
    sUrl:'page106.html',"childArray" : [
    {   sTitle:'Boris the Musical',
        bIsWebPath:true,
        sUrl:'boris/index.html'
    },
    {   sTitle:'Edinburgh',
        bIsWebPath:true,
        sUrl:'edinburgh.html'
    },
    {   sTitle:'Sketch Club',
        bIsWebPath:true,
        sUrl:'sketchclub.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Sketch Writing',
        bIsWebPath:true,
        sUrl:'bullcomedy/sketches.html'
    },
    {   sTitle:'Sitcom Writing',
        bIsWebPath:true,
        sUrl:'bullcomedy/sitcom.html'
    },
    {   sTitle:'Stand-Up',
        bIsWebPath:true,
        sUrl:'bullcomedy/standup.html'
    }]
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'bullcomedy/terms.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
