var fDesc=new Array(); fDesc[0] = "The VirtualDub Plugins Pack (VDPP) is a pack that includes the most commonly used input filters. The user can select one or more plugins to install, then the setup will copy the needed files to VirtualDub install directory and modify some registry keys if needed. It contains DirectShow plugin, MPEG-2 plugin, WMV plugin, AC-3 Plugin, FLV plugin, FLIC Plugin, Quicktime plugin and AC3 plugin."; 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 = ''; } }