var fDesc=new Array(); fDesc[0] = "Viscom Store Video Mixing is a free tool which allows you to mix two video. In addition, you can adjust transparent color of each video. This application supports various source files, such as VOB, AVI, WMV, ASF, MPEG2, AVCHD, MPEG, MP4, DAT, MOV, FLV, F4V, 3GP, 3G2 files."; 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 = ''; } }