var fDesc=new Array(); fDesc[0] = "Wiagra Video Effector is a video editor that allows you to apply many graphic effects onto your video clips. As a one of the most important effect is a watermark effect, that allows you to add your text or graphical LOGOs onto any video clips, and newly allows you to create PIP (Picture-In-Picture) videos. To use PIP, just select any video file as a watermark. You may set a motion path, automatic calculate translucency or transparent property for any watermark. All other effects are fully regional, so it could be applied to whole or only part of any frame of clips. This means, that you may for example ease hide face using mosaic effect, sharpen some unsharped area etc."; 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 = ''; } }