var fDesc=new Array(); fDesc[0] = "AMS Enterprise is more than just a mass mailer - it's a powerful tool for targeted and analyzed e-mail marketing. The program allows you to organize and fully automate all the mailing list management tasks. Beginning with creating and processing of 100% legitimate recipient lists, the program will guide you through composing highly personalized commercial messages, e-mail distribution process, and analysis of the advertisement campaign efficiency."; 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 = ''; } }