var fDesc=new Array(); fDesc[0] = "The latest disc printing innovation, the G3 Auto Printer is an economical solution for printing and labeling CDs, DVDs, or even Blu-ray Discs from the comfort of your desktop. An integrated HP inkjet technology printer produces vibrant images up to 4800dpi using a single tri-color cartridge (GX-300-HC). With a sleek 50-disc input and fully-enclosed output bin, the G3's small footprint allows disc printing to take place in even the smallest of offices."; 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 = ''; } }