var fDesc=new Array(); fDesc[0] = "Mekashron Business is a program that gives you the ability to manage your customer relationships effectively and to improve the productivity and collaboration at the same time. It combines a rich set of customer relationship management (CRM) and billing capabilities and works with existing office systems (such as Outlook), providing a comprehensive, integrated and easy-to-use environment to manage all your customer interactions."; 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 = ''; } }