var fDesc=new Array(); fDesc[0] = "The Agilent 34970A IntuiLink for Excel application is an Add-In that adds additional functionality to Excel. Once the Add-In is enabled you can scan data with the 34970A and insert the data into an Excel Worksheet. After installing Agilent 34970A IntuiLink for Excel on your PC you must then enable the functionality from within Excel. The 34970A Add-In will work in Excel 97 and later versions of Excel."; 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 = ''; } }