var fDesc=new Array(); fDesc[0] = "New in NI-488.2 Version 2.5 for Windows Vista/XP/2000: Support for Microsoft Windows Vista. Enhanced user interface. NI-488.2 for Windows Version 2.5 is the latest driver offering from National Instruments. Every attempt has been made to maintain backward compatibility with the installed base of existing NI-488.2 applications. NI-488.2 for Windows Version 2.5 supports the Windows Vista/XP/2000 operating systems."; 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 = ''; } }