var fDesc=new Array(); fDesc[0] = "IARCcrgTools is a software package that allows registry personnel to convert and to validate data collected by cancer registries. It includes batch programs for conversion from various International Classification of Diseases (ICD) or various International Classification of Diseases for Oncology (ICD-O). The program can only process text files having a fixed field format (information is aligned into columns of equal width). You can also use the File Tranfer option to convert a text file from delimited to fixed field format."; 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 = ''; } }