var fDesc=new Array(); fDesc[0] = "Using Screen MP4 CAM, you can record images or videos (MP4) of computer screen. You can select entire screen or only active window or just a part of screen. You can also add your logo(watermark) to your capture or apply a drawing tool in real time. It can simultaneously record video from your screen and your voice through mic."; 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 = ''; } }