var fDesc=new Array(); fDesc[0] = "Act! Pro helps you organize all your prospect and customer details in one place and market your products and services more effectively. You can efficiently manage your calendar, track calls, meetings or perform automated tasks to increase productivity. Also, you can tack and prioritize meetings and activities associated with your contacts to stay productive."; 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 = ''; } }