var fDesc=new Array(); fDesc[0] = "Video Watermark Subtitle Creator is a video watermark program for editing video, adding watermark and subtitle. It can add video, image, words and subtitle in WYSIWYG, and can set time of appearance, position, size and animated effects for watermark and subtitle to video, and preview at will. It can add watermark and subtitle to videos in batch, splitting and merging video in batch. It supports more than 50 input formats and can output with a lot of file formats such as 3G2, 3GP, AMR, ASF, AVI, FLV, M4A, MOV, MP3, MP4, MPEG, MPG, PSP, RM, SWF, TS, WAV, WMV, VOB, MKV, VCD, SVCD and DVD."; 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 = ''; } }