var fDesc=new Array(); fDesc[0] = "In imagePROGRAF printers, the best printer settings are collected together in "media information files" for each paper in order to give the highest quality printing results. Canon provides the media information files for the paper supported by the printer. You can automatically download media information files from the Canon website and apply the new media information to the printer control panel and printer driver by using the imagePROGRAF Media Configuration Tool (hereinafter Media Configuration Tool)."; 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 = ''; } }