var fDesc=new Array(); fDesc[1] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility."; fDesc[3] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found."; fDesc[4] = "your present screen. It is easy to use and even provides you with complete automation for each process. No nag-screens, includes cursor capturing."; fDesc[5] = "of the Print Scrn key or any other key you configure. Free full feature 30 day trial. Buy $19.95"; fDesc[6] = "Also, it has several interesting features, like the possibility of adding frames, calendars and garnishes, making your photos perfect for gifts. It also allows you to print photos in various sizes, including some ID sizes."; fDesc[8] = "options to select the avaialble printer on the network, choose the file to be printed and configure print settings.The utility supports only a set of file types that can be printed."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }