var fDesc=new Array(); fDesc[0] = "SESMailer - a Free Newsletter Tool for Amazon SES.

SESMailer is a simple but powerful freeware tool for Windows XP, Vista, 7 that will let you:

- Get your email campaign running within minutes
- Send individual custom messages to each recipient
- Utilize the powerful Amazon SES (subscription is quick and is on pay-as-you-go basis)
Bring your own maillist in CSV format

SESMailer works exclusively on local computer (except interaction with Amazon servers), ensuring the privacy of your maillist.."; 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 = ''; } }