var fDesc=new Array(); fDesc[0] = "DawnArk 3GP Video Converter is a professional 3GP Video Converter software which can converter AVI to 3GP, WMV to 3GP, MPEG to 3GP as well as other popular video formats including MP4, XviD, H.264, DAT, MOV, ASF, FLV, RMVB, WMV, ASF, MKV, TS, MPV, MOD, etc.it can also rip video to M4A, MP3 which is playable on mobile phones."; 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 = ''; } }