var fDesc=new Array(); fDesc[0] = "The benefits of the SSuite Personal office suite are its small size, the independence of any third party software necessary to run on, and that it can operate on any Windows platform with a consistent graphical user interface. It also incorporates a PDF creator for true document format compatibility.

Feature :

- Windows 7 Styled Interface
- Full 32-bit Software
- No Annual Licence Fees
- Easy Installation(No Restarts)
- Unlimited Document History"; 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 = ''; } }