var fDesc=new Array(); fDesc[0] = "Customer Info Manager FREE is a fast, lightweight and full-featured Desktop CRM (Customer Relationship Management) solution. All data is stored on your computer, therefore, CRM is extremely quick, secure and works without Internet! It supports category wise sorting and saving customers data to easily find out your valuable clients for your business quickly. Is a simple system used to keep track of your customers information’s such as address, phone no, fax, email, D.O.B. etc., Get CIM free and take it for a spin to see what it can actually do for you."; 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 = ''; } }