var fDesc=new Array(); fDesc[0] = "Built for ultra high quality imaging and exceptional performance, the imagePROGRAF iPF8300 44" large format printer is equipped with an array of professional features. The re-formulated 12-color LUCIA pigment ink system increases the achievable color gamut by approximately 20% from the previous imagePROGRAF 12-color series. A large 160GB hard drive, sub-ink tank system, Gigabit Ethernet support and Accounting Manager feature make this a premier solution for the fine art, photography and proofing markets."; 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 = ''; } }