var fDesc=new Array(); fDesc[0] = "Xerox WorkCentre 3315 is a monochrome multifunction printer. It features functions such as print, copy, scan, fax, and email. It also has a standard automatic two-sided printing function. The download link given here can be used to install the required drivers for Xerox WorkCentre 3315. After installing this, you would be able to use the scan function from any TWAIN compatible software.

It also includes Scan Assistant, which can be used to adjust scan settings and start the scanning process directly from your computer."; 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 = ''; } }