var fDesc=new Array(); fDesc[0] = "This app will install the VideOh! CD application (AV Capture) required for audio and video capture. This application is for the Adaptec VideOh! CD product only and will not work with other VideOh! products. This download is not a self extracting archive file. After download is complete go to the saved file location and double-click on the file. This will start the install process."; 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 = ''; } }