var fDesc=new Array(); fDesc[0] = "Juli PCI Driver is a program that allows you to configure the 4 in/4 out PCI audio interface with swappable I/O socket device. It provides support for 2 analog input channels and 2 analog output channels, and you can use it with mixers and monitor the inputs and outputs directly through the digital mixer."; 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 = ''; } }