var fDesc=new Array(); fDesc[0] = "WinVideoTool is a great program for video files conversion, extracting frames from video and creating thumbnails. The program also allows users to process several files at once, rip DVD disk, and work with folders. Moreover you can extract any video scene from any video movie applying a convenient video editor and you can merge quickly several video files into a single one, insert images, add background music to video."; 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 = ''; } }