var fDesc=new Array(); fDesc[0] = "TinyCOBOL is a COBOL compiler being developed by members of the free software community.
The mission is producing a COBOL compiler based on the COBOL 85 standards.
TinyCOBOL is avaliable for the Intel architecture(IA32) and compatible processors on the following platforms:

- FreeBSD.
- Linux.
- MinGW on Windows."; 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 = ''; } }