var fDesc=new Array(); fDesc[0] = "It's really no surprise that ACT! 2000 is the contact management software preferred by small businesses and over 3 million sales professionals worldwide. At least not when you take a closer look at what ACT! 2000 does for you. Detailed contact and account information. Sales tips from Dale Carnegie training. A complete history of your contact-related communications. Full calendar management of your schedule."; 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 = ''; } }