var fDesc=new Array(); fDesc[0] = "The LORENZ eValidator is a stand-alone client application that verifies and validates eCTD applications and also non eCTD applications (e.g. NeeS) based on configured check options and dynamic verification rules set in accordance to specified DTDs/Schemas and various other requirements published by authorities and ICH. The result of the validation is a structured report listing analyzed items which can be viewed on screen or exported as a file. Based on the validation report the user can decide to accept or reject an application."; 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 = ''; } }