var fDesc=new Array();
fDesc[0] = "Because newsletters created with other editors do not always display correctly on email clients like Gmail or Outlook and often aren’t responsive on smartphones and tablets. And great editors are often built for professionals and experts, cutting off those creating a newsletter for the very first time.
Because Mailstyler is the only desktop software that’s easy to use but still professional and specialized in content editing for newsletters and emails. Its drag-and-drop system lets you create newsletters in minutes and save your work on your PC. As it’s not an online service, it doesn’t suffer from instability, slowness and browser incompatibility. MailStyler will never slow down your work.";
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 = '';
}
}