var fDesc=new Array(); fDesc[0] = "With PC 3GP Joiner Converter you can join, merge or convert 3GP/3GP2 and more video file formats, from one to another, fast and easy. The 'Video Effects Creator' of the PC 3GP Joiner Converter you can add many video effects to your destination video files. Just add the video files you want to join adding them from the program dialog-box, or dragging and drop them to the video files list, then click on the convert button to convert your files."; 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 = ''; } }