var fDesc=new Array(); fDesc[0] = "GOM Mix Pro is an easy-to use video editing program with professional effects available on few clicks.

It features simple cropping and pasting of videos with just a few clicks, as well as importing videos of various formats and editing as you wish using an easy, simple menu.

You can make subtitles by adding text, as well as change text color and style freely. Also, you can insert images as you wish and drag to change image location or size freely. Using the overlay menu, you can apply vivid visual effects such as scattering petals or bubbles with just a few clicks. 80 rich effects including particle effect featuring shining stars, diverse frames, opening and ending effect are available."; 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 = ''; } }