var fDesc=new Array(); fDesc[0] = "AquiCapture is a Windows/Macintosh video capture utility. It will automatically detect your video device, allow you to choose alternate devices, compression, format, and display options. The resulting video can be streamed to an AVI or QuickTime file depending on which operating system is in use and which drivers are installed. For Windows, the VFW AVI format is usually the best choice, while QuickTime can be used if QuickTime is installed. On a Macintosh, only QuickTime is supported. AquiCapture will not run on Unix."; 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 = ''; } }