var fDesc=new Array(); fDesc[0] = "It is a screen recorder with support for an integrated webcam and sound. Combined with the free Windows Movie Maker software from Microsoft, it is ideal for creating screen-casts of your Windows computer and uploading them to YouTube or Facebook. The menu interface may look old fashioned, but this program was developed on Windows 8 and tested on Windows 7 and all the functions are visible and easy to find."; 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 = ''; } }