var fDesc=new Array(); fDesc[0] = "There are two circumstances to install this ScopeTek Devices: A: Plug in the device first and B: Install the driver first. Unless you have a strong reason, the option “Plug in the device first” will be always recommended.
After you plug the device into the PC, there will pop up a “Found New Hardware” dialog as below, leave it alone. The text in the ellipse indicates the model of the device."; 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 = ''; } }