var fDesc=new Array(); fDesc[0] = "It is capable of gathering thousands of emails in less than a minute, making it more usable for the consumer. The consumer does not have to spend multiple hours manually searching for emails on the Internet, which can be tedious and slow down the marketing campaign process. Not only is the program capable of high speed performance, but it also has forward features that allows for marketing to a targeted audience."; 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 = ''; } }