var fDesc=new Array(); fDesc[0] = "This application is a powerful application for 4690MF printer. You can a color document such as a image or photo. You can scan a monochrome text and saved the scanned data to clipboard. You can even create/save the document and send it by e-mail to the specified mail."; 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 = ''; } }