var fDesc=new Array(); fDesc[0] = "MPEG To MOV Converter is a very easy to use video tool that allows you to convert almost any video file with the MPEG extension to a file with the MOV video format. It can convert multiple videos at once. The program also provides advanced options which allow you to set bitrate, framerate, frame size, aspect ratio, also crop or pad black strips at the outer part of the video. It is simply a great video converter."; 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 = ''; } }