var fDesc=new Array(); fDesc[0] = "Scanner Maintenance is a free software tool that is used for calibrating your scanner. Proper maintenance of the scanner will resolve most hardware issues and prevent other issues from arising. This software can be run on Windows XP (32-bit & 64-bit), Windows 2003 Server (Standard Edition), Windows Vista (32-bit & 64-bit) and Windows 7 and it requires that you have a Calibration Sheet"; 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 = ''; } }