var fDesc=new Array(); fDesc[0] = "This is 32-bit version for Windows95/NT of the classesIMAP UNIX email client Pine. Does 100% what unix pinedoes, offers mouse support, scroll bars instead of hitting space bar or minus key for scrolling up and down, customizable font, background/foreground colors, and a toolbar. Detailed setup instructions come in a text file with the program. The zip file also includes the 32-bit Windows version of the UNIX Pico editor."; 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 = ''; } }