var fDesc=new Array(); fDesc[0] = "iText is a cute text editor with simple word processing, and fitting the charming iMac's colorful design. It has stability and lots of nice features selected from LightWayText. There are many ways to improve the appearance of your document; besides styles, there are decoration lines, the ability to change all paragraph indents or margins, and to paste in PICT images. iText also supports RTF and a spell checker."; 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 = ''; } }