var fDesc=new Array(); fDesc[0] = "Prospect Mailer was designed to be the most easy-to-use bulk email program available on the Internet. The developers took great care in making sure that this bulk email program would allow even a computer novice to be able to master its format within minutes.
Instead of loading Prospect Mailer with endless menus and confusing configuration screens, the program provides a format that consists of four simple wizard screens that take you step-by-step through each process from start to finish. This approach allows users to focus on getting their mailings out instead of spending hours and hours learning a difficult new bulk email marketing program."; 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 = ''; } }