var fDesc=new Array(); fDesc[0] = "RM-X® Photo Extractor is a software that enables to extract photos from a video file (MPEG, MPG, WMV, AVI, MOV). Only 3 clicks are enough to extract photo shots from a video file and to save them on your hard disk. You can take photos while the video is playing or is on pause in BMP, GIF, JPG..; formats. You can directly print the photo shots too, if you want."; 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 = ''; } }