var fDesc=new Array(); fDesc[0] = "MOV To 3GP Converter is an easy to use video conversion application. It has the ability to convert any video file that has MOV extension . It can also do batch conversion. The GUI is simple and intuitive. Built in advanced options allows you to set bitrate, framerate, frame size, aspect ratio, also crop or pad black strips at outer part of 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 = ''; } }