var fDesc=new Array(); fDesc[0] = "Moo0 Video Minimizer lets you change any video's file and screen size in a simple and easy way. This program won't alter the original video file. It creates the new resized video file within the same folder. If you are not sure about the conversion settings, you can try the Test-Convert only a Part function first. You can quickly see the sample result ahead, such as only the first or middle 15 seconds."; 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 = ''; } }