var fDesc=new Array(); fDesc[0] = "Mocha TN3270 is a program that provides TN3270 emulation for IBM Mainframe Access. The software is designed for Microsoft Windows 7 and 8, Vista and XP with .NET Framework 2.0 (or better) installed. The program supports all standard 3270 emulation features, it has mail and macro support and you can adjust the screen size between 24x80 and 32x80."; 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 = ''; } }