var fDesc=new Array(); fDesc[0] = "GiliSoft Screen Recorder Pro is a powerful screen recorder that allows you to capture desktop activities and create video tutorials, demonstrations, and presentations. It combines screen recording and video editing functions. The screen recorder can capture what you see on the screen and what you hear or say simultaneously. The video toolbox allows you to create and edit videos and apply video effects, filters, and more."; 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 = ''; } }