var fDesc=new Array(); fDesc[0] = "This is a totally integrated database program, designed for corporations who bill on a time or product basis. Flexible and utilising the power of Microsoft SQL Server, SSW Time PRO .NET's push button approach to organizing everything from invoicing and receipting, to Customer Relationship Management, will streamline every part of your business. SSW Time PRO .NET is the easiest way to manage and control your business."; 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 = ''; } }