var fDesc=new Array(); fDesc[0] = "Free Screen Video Recorder is a compact, yet full-featured screen video recorder and screenshot capture tool that allows you to easily record screen activities and capture anything on the screen including windows, objects, menus, full screen and rectangular regions. You can choose to save captures to file, clipboard or print them out directly from the program window."; 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 = ''; } }