var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Museums and Themeparks',
    bIsWebPath:true,
    sUrl:'page20.html'
},
{   sTitle:'Commercial Sets',
    bIsWebPath:true,
    sUrl:'commercialsets.html'
},
{   sTitle:'TV Studios',
    bIsWebPath:true,
    sUrl:'tvstudios.html'
},
{   sTitle:'Props',
    bIsWebPath:true,
    sUrl:'props.html'
},
{   sTitle:'Live Shows',
    bIsWebPath:true,
    sUrl:'liveshow.html',
    sTarget:'_self'
},
{   sTitle:'Retail',
    bIsWebPath:true,
    sUrl:'page21.html',
    sTarget:'_self'
},
{   sTitle:'Public Art',
    bIsWebPath:true,
    sUrl:'public art.html'
},
{   sTitle:'Sports Facility',
    bIsWebPath:true,
    sUrl:'sportsfacilities.html'
},
{   sTitle:'Theatre',
    bIsWebPath:true,
    sUrl:'theatre.html'
},
{   sTitle:'Moving Structures',
    bIsWebPath:true,
    sUrl:'movingstructures.html'
},
{   sTitle:'Elements',
    bIsWebPath:true,
    sUrl:'fxproducts.html'
},
{   sTitle:'Aerial Rigging',
    bIsWebPath:true,
    sUrl:'page23.html'
},
{   sTitle:'Themed FX',
    bIsWebPath:true,
    sUrl:'themedfx.html'
},
{   sTitle:'Film, TV & Commercial',
    bIsWebPath:true,
    sUrl:'filmtvcommercial.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});