var fDesc=new Array(); fDesc[0] = "QWS3270 PLUS is a fast-loading, fast-operating, safe and reliable TN3270 emulation. Connect quickly and easily to your IBM mainframe host utilizing TCP/IP over LAN as well as dial-up connections. The program's easy-to-use graphical interface, including configurable toolbars, user defined as well as built-in hot-spots, copy/paste/append capabilities, makes working on the host a pleasure."; 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 = ''; } }