var fDesc=new Array(); fDesc[0] = "Omni is actually One Product. It has been designed with one single purpose in mind, which is to allow you, the user, to decide which of over 200 features are best suited to your business. Omni is developed and supported by professionals with a 20 year successful background in developing and supporting accounting software."; 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 = ''; } }