var fDesc=new Array(); fDesc[0] = "TouchUp 3GP Video Converter is a video/movie convert tool that allows you to convert video/movie to Phone 3GP video by the two formats supported: H.263 and MPEG4. It can convert almost all video format, such as FLV, DivX, XviD, MOV, RM, RMVB,dvr-ms, MPEG, WMV, AVI to 3GP Movie / 3GP Video format. It supports fastest converting speed, good output Video and Audio quality and easy to use interface. With the help of this program, you can share your favorite movies on Phone."; 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 = ''; } }