var fDesc=new Array(); fDesc[0] = "e-Campaign provides users with a chance to design and send their e-mails to countless recipients. With a layout that caters to both HTML experts and e-mail novices alike, this is a fantastic choice for practically anyone.The program's interface will remind many people of professional quality software like Microsoft Outlook. One major difference is the tabs for viewing HTML code and some additional word processing applications that help create unique e-mails"; 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 = ''; } }