var fDesc=new Array(); fDesc[0] = "bility Office Business offers seven fully featured applications in one affordable, powerful and above all compatible office suite, specifically designed for the needs of businesses everywhere.

Get straight to work with a completely familiar user interface that requires absolutely no retraining. Load from and save to Microsoft® Office *.doc and *.docx, *.xls and *.xlsx, *.ppt and *.pptx, plus *.mdb files, Adobe® PhotoShop *.psd files, together with all other mainstream graphical formats."; 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 = ''; } }