var fDesc=new Array(); fDesc[0] = "3GP To FLV Converter is a very easy to use video conversion software. It can convert almost any video with 3GP extension. It can convert multiple videos at once. The interface is too simple. It also has advanced options which allows you to set bitrate, framerate, frame size, aspect ratio, also crop or pad black strips at outer part of 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 = ''; } }