var fDesc=new Array(); fDesc[0] = "Boost your productivity and send better email with Mailspring, the best mail client for Mac, Linux, and Windows. Mailspring indexes your mail so you can use advanced, Gmail-style search queries and search message contents across all your connected accounts. Never lose an email again. Your signature should leave a lasting impression. Mailspring's beautiful signature editor makes it easy to create and use custom signatures, even with images."; 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 = ''; } }