var fDesc=new Array(); fDesc[0] = "CARM Pro™ v4 requires a supported version of MS SQL Server with all upgrades and Service Packs installed, on hardware that meets Microsoft's minimum requirements. Please be aware that Microsoft ended mainstream (hotfix) support for SQL 2000 on 4/8/2008 and only offers an Extended Support option. The IBS Collections and Asset Recovery Manager is backed by the IBS commitment to responsive, premium service at every stage of the software lifecycle. From implementation and deployment to software training, upgrades and troubleshooting–IBS provides the prompt, expert support you need to perform productively and with success."; 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 = ''; } }