var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to 3GP Suite is an all-in-one 3GP conversion tool to rip DVD and convert Video to mobile phone video and audio. It includes DVD to 3GP Converter and 3GP Video Converter. The Video to 3GP Converter can convert most video formats such as AVI, MPEG, WMV, MOV, RM, YouTube,VOB,etc.to mobile phone video."; 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 = ''; } }