var fDesc=new Array(); fDesc[0] = "DTS/AC3 Source Filter is a compact and useful application which reads and passes DTS and AC3 frames to decoders from files. In order to install this filter, you need to copy DLL or AX files in the system32 folder from C:\Windows\System32. Access Run from the Start Menu and type regsvr32 filename.dll or regsvr32 filename.ax."; 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 = ''; } }