var fDesc=new Array(); fDesc[0] = "3herosoft 3GP Video Converter provides a perfect solution for 3GP video conversion which enables you to convert AVI to 3GP, MPEG to 3GP, MP4 to 3GP, MOV to 3GP, MKV to 3GP and also rip audio from above videos and MP3, AAC, AMR, WAV, M4A, and OGG audios to 3GP."; 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 = ''; } }