var fDesc=new Array(); fDesc[0] = "Spool-Explorer provides access to IBM i spool files from a PC. Using Spool-Explorer's graphical interface and point-and-click functionality, users can display, print, save, and email spool files as PDF, RTF, HTML, and TXT. You also open and view multiple reports directly on your PC or export them into EZ-Pickin's to convert them to Excel spreadsheets."; 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 = ''; } }