var fDesc=new Array(); fDesc[0] = "Use any image or any text as a watermark. Change transparency, timing,
size and position of each watermark. Adjust the size, color, and font of the text.

Supported formats are avi, mpg, ts, vob, flv, or mkv.
AbcMarker supports the video codecs mpeg2, mpeg4, and flv).
Export uncompressed video for further encoding in other applications.

An easy-to-use interface. Working with the AbcMarker is very easy and quick.
Even a beginner can work with the application. You can view a «how to» video
or download the free demo version to see how easy it is."; 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 = ''; } }