var fDesc=new Array(); fDesc[0] = "The MP Toolbox makes it easy to import your scanned images into an application software directly, to attach them to an E-mail, or to save them to your hard disk. Do not connect the device to the PC until the software installation is complete.
If the MP Toolbox has been previously installed on the PC, unistall first using the shortcut on the Start>Programs>Canon>MP Toolbox menu. After downloading the file and saving onto your hard disk, double click the file to extract the contents, Installation of the software will begin automatically.
Follow the on-screen instructions to complete installation. After installation is complete, connect the device to the PC by USB cable."; 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 = ''; } }