var fDesc=new Array(); fDesc[0] = "DocuPrint CP225228 w is a driver designed for the DocuPrint CP225 w printer. DocuPrint CP225 w allows you to print in the office or on the go from mobile devices providing ultimate usability and producing good quality documents with nice clarity. It provides printing colour with a 1200x2400 dpi print resolution."; 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 = ''; } }