var fDesc=new Array(); fDesc[0] = "This free software makes it simple to shop for Original HP ink, toner, and paper.

Select the printer you want to shop for, and then click "Shop online." You'll be connected to the HP SureSupply ordering site, where you'll see a list of the supplies that work with your printer. You'll find exactly what you need without having to look up part numbers.

You can view purchase options, which may include the ability to check availability, compare prices and purchase from HP or from participating online retailers, printing a personal shopping list, finding a local store or obtaining a telephone number to place an order (purchase options vary by country)."; 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 = ''; } }