var fDesc=new Array(); fDesc[0] = "Aoao Video Watermark Pro is a program that allows you to add watermarks to your AVI, MP4, FLV, MOV, MPG and SWF video files. You can add text, image and shape watermarks to your videos, create dynamic watermarks and subtitle effects. It also enables you to convert your files to any of the following formats: AVI, MPEG, WMV, MP4, MKV, 3GP, RM, FLV and SWF."; 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 = ''; } }