var fDesc=new Array(); fDesc[0] = "Lotus SmartSuite, the award-winning office suite, includes: Lotus 1-2-3, Word Pro, Lotus Organizer Release, Freelance Graphics, Approach. This latest version helps you easily convert files from earlier versions of Lotus SmartSuite and other business applications including Microsoft Office Filters that exchange documents seamlessly to and from Lotus 1-2-3 and Microsoft Excel, Word Pro and Microsoft Word, or Freelance Graphics and PowerPoint.

Combined with Lotus Notes and the Internet, makes Lotus SmartSuite the industry's most complete suite for addressing the needs of both enterprise and individual users."; 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 = ''; } }