var fDesc=new Array(); fDesc[0] = "You already use a printer with your desktop or laptop computer. Now you've added a smartphone and/or tablet into your work life – accessing email, viewing documents, and integrating your device with other business processes formerly confined to your computer. With Xerox PrintBack, you can extend the printing capabilities of your computer to your iOS and Android™-based smartphones and tablets.

Ideal for environments where software and solutions are installed by individuals, Xerox PrintBack enables printing to the default printer you already use with your computer. Plus, it supports the most common office file types (Microsoft® Office documents, PDF, etc.) and delivers uncompromised print quality."; 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 = ''; } }