var fDesc=new Array(); fDesc[0] = "Collections MAX is a multi-user Windows based debt collection software suite designed with .NET technologies and connects to a MySQL Enterprise database server. Collections MAX Professional is the upgrade from the free Collections MAX Collector. Upgrading to this module will remove the 1000 account limitation, the session limitation, and the five collector limit."; 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 = ''; } }