var fDesc=new Array(); fDesc[0] = "The Lab.Dex data validation utility is a custom designed application that ensures that data submitted from a member company to a SETA (Sector Education and Training Authority) conforms to the labour data exchange standard (Lab.Dex).

The primary objective for the development of the Lab.Dex standard is to ensure that any WSP (workplace skills plan) and ATR (annual training report) unit record related data that is transmitted from one information system to another information system in batch format complies with an expected data standard.

The development of the Lab.Dex data validation utility and the Lab.Dex specification was developed in accordance with a request received from the Services SETA."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }