var fDesc=new Array(); fDesc[0] = "Screenmailer records screen and voice and shares videos. Records screen and voice in HD quality. A 15 minute recording is ready to watch online in just a few seconds, your videos can be seen on all devices: PCs, tablets and smartphones. See when and where your videos are being viewed, videos are only accessible via a secret URL. Extra security using passwords. It’s one-click easy to start a recording with Screenmailer. When you stop recording, Screenmailer instantly gives you a private link that you can use to share your video."; 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 = ''; } }