var fDesc=new Array(); fDesc[0] = "This tool is a free 3GP converter program for music player users. It is capable of converting video files of various formats to other video/audio formats with fast conversion speed & precise output quality. With All Free 3GP Video Converter, you can convert almost all video formats into 3GP video, including MPEG 1/2/4, MP4, AVI, VOB, MOV, FLV, RM, SWF, RMVB, WMV and so on. Additionally, it is safe to install and viruses-free as we respect your privacy. Its high speed processing can save you much time."; 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 = ''; } }