var fDesc=new Array(); fDesc[0] = "SSuite Lemon Juice is a free Office suite with a word processor, spreadsheet, and photo. Strawberry Writer is the word processor that lets you create, edit, and view various types of documents; it supports MS Office DOC files (DOCX files cannot be edited). Pineapple Express spreadsheet has all the tools you need to calculate, analyze, summarize, and present your data in numerical reports or colourful graphics."; 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 = ''; } }