var fDesc=new Array(); fDesc[0] = "Screen Movie Capture is a powerful screen recorder software. Capture screen to video file with ease! This video screen recorder allows you to capture everything you can see on desktop and hear from your speakers and save to video file. Any part of the screen, any window or entire desktop can be captured.
This software is a perfect choise for business solutions, video presentations, video demos and video tutorials. You can record your work, games and share created video with your friends, or place video on your site, blog or YouTube."; 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 = ''; } }