var fDesc=new Array(); fDesc[0] = "EZToo 3GP Video Converter helps you convert your favorite videos including 3GP to iPod, AVI, MPEG, WMV, DivX, XviD, MP4, MOV, RM, 3G2, MPEG-4, etc. It also It supports converting any popular video format to 3GP. This tool provides good quality, high speed, and allows you to cut any segment of the video into smaller video clips by specifying the beginning and end time of the conversion."; 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 = ''; } }