var fDesc=new Array(); fDesc[0] = "With SmartSerialMail Free you have the opportunity to create and send newsletters in a quick and easy way without any costs. Individualize your newsletter for each recipient! Use templates to e.g. address your customers with their first and last name - just like writing a serial letter in your office software. Punycode facilitates the use of special characters in email addresses (such as "bjørn@ångström.net"). Send out up to 400 personalized emails per day* with our completely free software and inform your network, your customers, club members or your relatives about the latest news, new products or special offers."; 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 = ''; } }