var customNavTree27 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Credits',
    bIsWebPath:true,
    sUrl:'production credits.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'UK Credits',
        bIsWebPath:true,
        sUrl:'production credits.html',
        sTarget:'_self'
    },
    {   sTitle:'EU Credits',
        bIsWebPath:true,
        sUrl:'european credits.html',
        sTarget:'_self'
    }]
}]
});
