var fDesc=new Array(); fDesc[0] = "This X340/X342 System Administrator package contains the following software: Microsoft Certified PCL emulation drivers for Windows XP, Server 2003, and Vista. PCL emulation drivers for Windows 2000 (SP2 and above). Network TWAIN Scan drivers for Windows 2000, XP, Server 2003 and Vista. Local TWAIN Scan drivers for Windows 2000 (SP2 and above). Local TWAIN and local WIA certified scan drivers for Windows XP, Server 2003 and Vista. Lexmark Custom Installer for Windows 2000, XP, Server 2003 and Vista. QLINK scan-to-PC software."; 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 = ''; } }