var fDesc=new Array(); fDesc[0] = "Video to 3GP Converter transform raw videos into professional-looking movies and convert them to 3GP MP4 format files playable on cellular phone. With Video to 3GP Converter, you can capture video clips from your camcorder, edit your home movies right on your computer and turn your digital media into memorable projects on cellular phone to share with family and friends . It's so easy that anyone can use it - No need to learn to work with complicated software, Video to 3GP Converter works in just a few quick steps and takes only minutes, even seconds!"; 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 = ''; } }