var fDesc=new Array(); fDesc[0] = "LBQ 3GP Converter is a powerful, and very simple-to-use application that can convert various video format into 3GP format. The program supports most popular video formats such as DivX, XviD, WMV, 3GP, AVI, MP4, M4V, ASF, RM, RMVB, MOV, VOB and MPEG to 3GP video format.
The program can also convert to 3GP file that only have audio from all popular audio formats, including MP2, MP3, M4A, AC3, AAC, RA, WMA, OGG, APE, CUE, etc."; 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 = ''; } }