var fDesc=new Array(); fDesc[0] = "Ease123 Video Watermarker is a powerful tool that allows you to create and apply image and text watermarks to your video files in minutes. It supports AVI (DivX, XviD, MPEG4, MOV), MPEG I / II, DVD (.VOB), VCD (.DAT), QuickTime MPEG-4 (.MP4), ASF/WMV, among other formats. It enables you to select the place where you want to put the watermark, apply transparency, opacity and emboss. It also includes a player that allows you to select exactly the file you want and view the changes you made before applying them. The user interface is really intuitive and simple, and the whole process basically consists of three simple steps. First, you select the video you want to add a watermark to. Then, you have to choose either Text (allows you to choose the font and color) or Image watermark. Finally, you just press the button "Watermark video..." and select the output file name and format. There you can also set AVI saving and video options that include the audio and video codec, resize mode, frame rate, among others. This program is definitely suitable for beginners but not for advanced ones because it does not include any complex option. It supports all Windows."; 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 = ''; } }