var fDesc=new Array(); fDesc[0] = "You don’t have to wait—or pay a fortune—to print professionally finished CDs, DVDs, or Blu-ray Discs. Instead, you can print them yourself in the comfort of your office with Microboards’ reliable entry-level GX Auto Printer. This automatic disc printer, with its 50-disc capacity, is ideal for effortless short-run printing volumes. All you have to do is set up your job, and the GX Auto Printer does the rest of the work for you. It comes in a sleek, compact—11-5-inch wide—design that fits anywhere in your office or on the desktop for easy, immediate access. It’s fast and affordable—at only 23 cents per disc—and you’re sure to see professional-looking results with each and every disc. HP print technology, with vibrant HP Vivera inks and an industry-leading 4800-dpi resolution, delivers high-quality color in text and images that print directly onto discs—avoiding the tedium of labels."; 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 = ''; } }