var fDesc=new Array(); fDesc[0] = "Cool 3GP To MP4 Converter is a video conversion program that can be easily used. This utility can convert almost any video with 3GP extension. The application is able to convert multiple videos at once. With s simple interface, it has advanced options which allows you to set bitrate, framerate, frame size and aspect ratio. This tool also crops or pads 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 = ''; } }