var fDesc=new Array(); fDesc[0] = "Ability combined write, spreadsheet, database, graphing and communication functions in a single interface called the Library Screen. The main modules were written from the ground up to share as much code as possible so that, for example, a field in the write or database module would call on the same recalculation engine as the spreadsheet and the display and print routines were common to all."; 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 = ''; } }