var fDesc=new Array(); fDesc[0] = "Bell Office is a suite with office tools and simplified controls. It might not have the full features available in a commercial product, but the software will allow you to open common documents and get the job done. It has, like any standard office page, a Word and Spreadsheet editor along with various presentation tools and modules."; 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 = ''; } }