var fDesc=new Array(); fDesc[0] = "hp psc 2500 series : The HP PSC 2510 photosmart all-in-one printer, flatbed fax, scanner, copier delivers home network convenience with professional-quality performance. Print in true-to-life photo-quality and laser-quality black text&#8212;with up to 4800-optimized dpi or optional 6-ink color. Share your all-in-one with up to 5 computers using built-in networking and wireless capabilities. You will also enjoy wireless printing and scanning plus access to built-in memory card slots. Just insert digital camera memory card to view and print photos using color LCD or HP photo proof sheet all without a PC! Use optional HP-exclusive inks and photo papers so your photos will resist fading for generations."; 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 = ''; } }