var fDesc=new Array(); fDesc[0] = "Business Office Pro is a program that allows you to edit documents easily in Word and save in Excel and PDF formats. You can get access to 3500 documents for any business need, cut, copy and paste documents, export documents in multiple formats or import/append multiple documents."; 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 = ''; } }