var fDesc=new Array(); fDesc[0] = "Quick3270 is a 3270 / 5250 terminal emulator for Windows that connects PCs to IBM's zSeries (S/390) and iSeries (AS/400). Quick3270 is also an OLE Automation Server; this feature allows you to automate the data exchange between your mainframe and your Windows application. It also features TN3270, TN5250 and Microsoft Host Integration Server (EIS/FMI 3270) connectivity."; 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 = ''; } }