var fDesc=new Array(); fDesc[0] = "This printer driver translates the data from your PC application, and using a page description language, converts it into a format that can be understood by the printer/multi-function device. Your machine can print from your PC while sending or receiving a fax in memory, or while scanning a document into the PC."; 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 = ''; } }