var fDesc=new Array(); fDesc[0] = "Acarda Messenger Auto Dialer software has a Sales Leads template for sales lead generation. This software automatically phones a list of people and plays them a sales message about your product or service. Great for finding mortgage leads, insurance leads, real estate leads and mlm leads. Schedule your auto dialer when it is to make the phone calls, record your message and the software will do the rest."; 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 = ''; } }