var fDesc=new Array(); fDesc[0] = "Cute 3GP Video Converter is a easy to use video converter software. It can convert many video formats, e.g. DivX, XviD, MOV, MPEG-4,MPEG, WMV, H.263,AVI,WMV,ASF to 3GP Video format. And vice versa. 3GP videos, by themselves, are already in high quality. It is similar to an MP4 but is more updated in terms of storage and quality. But MP4 and 3GP are mainly designed for mobile phone units and other portable gadgets. To be able to watch the video in PC, it should be converted to other formats. Among the most popular and most flexible is AVI. Videos converted in AVI have many uses. The format is usually compatible with many video players. It is also recognized by almost all video editing software available. So once you convert 3GP to AVI, you can harness the full potentials of your 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 = ''; } }