var fDesc=new Array(); fDesc[0] = "Supports using the 3Dconnexion SpaceNavigator 3D mouse for rotation, translation, and zooming the graphics window view. New feature allows saving snapshots of the graphics window as a PNG image file. See the File->Save Snapshot menu. Includes updated hardware drivers that support running FastSCAN on 64-bit editions of Windows XP and Windows Vista. The drivers are now vendor-signed, enabling installation on the Windows Vista 64 bit operating system."; 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 = ''; } }