var fDesc=new Array(); fDesc[0] = "Add detection of correct instrument. If a USBWave12,USBCount50 or USBPulse100 is connected and USBScope50.exe is run then user is now prompted to connect the USBScope50 or run in DEMO Mode only. Added new Silabs cP210x drivers V4.4. This adds Vista compatibilty to the scope"; 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 = ''; } }