var fDesc=new Array(); fDesc[0] = "The HP Product Bulletin is a convenient central resource providing technical overviews and specifications for HP hardware and software. The downloadable HP Product Bulletin application is loaded with features to aid with the purchase, sale and support of HP products.

HP provides the HP Product Bulletin free of charge to all HP mployees, dealers, distributors and end users. The program can be installed on multiple computers without any registration orlicensing. Program updates and technical support are provided through the Internet and are free of charge."; 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 = ''; } }